MethodBase.IsPrivate Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether this member is private.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if access to this method is restricted to other members of the class; otherwise, false.
Show: