_MethodBase.IsVirtual Свойство
Определение
public:
property bool IsVirtual { bool get(); };
public bool IsVirtual { get; }
member this.IsVirtual : bool
Public ReadOnly Property IsVirtual As Boolean
Значение свойства
true
, если этот метод имеет значение virtual
. В противном случае — false
.true
if this method is virtual
; otherwise, false
.
Комментарии
Это свойство предназначено для доступа к управляемым классам из неуправляемого кода и не должно вызываться из управляемого кода.This property is for access to managed classes from unmanaged code and should not be called from managed code.
IsVirtualСвойство получает значение, указывающее, является ли метод virtual
.The IsVirtual property gets a value indicating whether the method is virtual
.