Click or drag to resize

AtomicBoolean Constructor

Initializes a new instance of the AtomicBoolean class.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public AtomicBoolean(
	bool value = false
)

Parameters

value (Optional)
Type: SystemBoolean
The value.
See Also