IsVolatile
Determines whether if the location at the address is volatile, i.e. if it can be changed by a different thread than the current one.
Declaration
bool IsVolatile { get; }
Property Value
Type | Description |
---|---|
bool |
Determines whether if the location at the address is volatile, i.e. if it can be changed by a different thread than the current one.
bool IsVolatile { get; }
Type | Description |
---|---|
bool |