ConsTandVolatile Type
Qualifiers: const, volatile. ConstaVolatile defines const volatile together.
Union cases
Union case | Description |
Full Usage:
Const
|
|
Full Usage:
ConstaVolatile
|
|
Full Usage:
Unknown
|
|
Full Usage:
Volatile
|
Instance members
Instance member | Description |
Full Usage:
this.IsConst
Returns: bool
|
|
Full Usage:
this.IsConstaVolatile
Returns: bool
|
|
Full Usage:
this.IsUnknown
Returns: bool
|
|
Full Usage:
this.IsVolatile
Returns: bool
|
|