Click or drag to resize
Akka.NETAtomicBoolean  Conversion (Boolean to AtomicBoolean)
Performs an implicit conversion from Boolean to AtomicBoolean.

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static implicit operator AtomicBoolean (
	bool value
)

Parameters

value
Type: SystemBoolean
The boolean to convert

Return Value

Type: AtomicBoolean
The result of the conversion.
See Also