is_volatile


Description:

public bool is_volatile { get; set; }

Specifies whether the field is volatile. Volatile fields are necessary to allow multi-threaded access.