MethodBase._MethodBase.IsHideBySig Property

Definition

For a description of this member, see IsHideBySig.

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

Property Value

For a description of this member, see IsHideBySig.

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