Share via


Modifier.Volatile Field

Definition

The int value representing the volatile modifier.

[Android.Runtime.Register("VOLATILE")]
public const int Volatile = 64;
[<Android.Runtime.Register("VOLATILE")>]
val mutable Volatile : int

Field Value

Value = 64
Attributes

Remarks

The int value representing the volatile modifier.

Java documentation for java.lang.reflect.Modifier.VOLATILE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to