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