Gets or sets if the operation is virtual.
Namespace: NReflect.NRMembersAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
public bool IsVirtual { get; set; }
public bool IsVirtual { get; set; }
Public Property IsVirtual As Boolean
Get
Set
Public Property IsVirtual As Boolean
Get
Set
public:
property bool IsVirtual {
bool get ();
void set (bool value);
}
public:
property bool IsVirtual {
bool get ();
void set (bool value);
}