MethodBase._MethodBase.IsSpecialName Property

Definition

For a description of this member, see IsSpecialName.

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

Property Value

For a description of this member, see IsSpecialName.

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