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