Java.Util.Concurrent.Atomic.AtomicBoolean.Set Method
Unconditionally sets to the given value.

Syntax

[Android.Runtime.Register("set", "(Z)V", "")]
public void Set (bool newValue)

Parameters

newValue
the new value

Remarks

Unconditionally sets to the given value.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent.Atomic
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1