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