MethodBase._MethodBase.IsFamilyAndAssembly Property

Definition

For a description of this member, see IsFamilyAndAssembly.

property bool System::Runtime::InteropServices::_MethodBase::IsFamilyAndAssembly { bool get(); };
bool System.Runtime.InteropServices._MethodBase.IsFamilyAndAssembly { get; }
member this.System.Runtime.InteropServices._MethodBase.IsFamilyAndAssembly : bool
 ReadOnly Property IsFamilyAndAssembly As Boolean Implements _MethodBase.IsFamilyAndAssembly

Property Value

For a description of this member, see IsFamilyAndAssembly.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the MethodBase instance is cast to an _MethodBase interface.

Applies to