If set, this method can be called only by other members of the class itself.
[Visual Basic] Public ReadOnly Property IsPrivate As Boolean [C#] public bool IsPrivate {get;} [C++] public: __property bool get_IsPrivate(); [JScript] public function get IsPrivate() : Boolean;
Read-only.
true if access to this method is restricted to other members of the class itself; otherwise, false.
If a type member has Private level visibility it can called from any member in the same class and no others.
MethodBase Class | MethodBase Members | System.Reflection Namespace | Boolean