MethodBase._MethodBase.IsVirtual Property

Definition

For a description of this member, see IsVirtual.

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

Property Value

For a description of this member, see IsVirtual.

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