MethodBase._MethodBase.IsAbstract Property

Definition

For a description of this member, see IsAbstract.

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

Property Value

For a description of this member, see IsAbstract.

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