System.Reflection.MethodBase.IsPrivate Property

Gets a value indicating whether this member is private.

Syntax

public bool IsPrivate { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If a type member has Private level visibility, it can be called from any member in the same class and no others.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0