System.Reflection.MethodBase.IsFamily Property

Gets a value indicating whether the visibility of this method or constructor is described by MethodAttributes.Family; that is, the method or constructor is visible only within its class and derived classes.

Syntax

public bool IsFamily { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The visibility of a method or constructor is exactly described by MethodAttributes.Family if the only visibility modifier is protected. This property is false for methods that are protected internal in C# (Protected Friend in Visual Basic, protected public in C++); use the MethodBase.IsFamilyOrAssembly property to identify such methods.

Requirements

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