VolatileFieldAttribute (FSharp.Core)

Namespace: FSharp.Core
Assembly: FSharp.Core.dll
Base Type: Attribute
This is an attribute type definition

Adding this attribute to an F# mutable binding causes the "volatile" prefix to be used for all accesses to the field.

Constructors

Constructor Description

VolatileFieldAttribute()

Full Usage: VolatileFieldAttribute()

Returns: VolatileFieldAttribute VolatileFieldAttribute

Creates an instance of the attribute

Returns: VolatileFieldAttribute

VolatileFieldAttribute