MethodBase._MethodBase.IsFinal Property

Definition

For a description of this member, see IsFinal.

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

Property Value

For a description of this member, see IsFinal.

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