BooleanUsingBlock Constructor (ActionBoolean, Boolean, Boolean) Breeze.sharp
Create an instance with the specified action, initial value and revert value.

Namespace: Breeze.Sharp.Core
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public BooleanUsingBlock(
	Action<bool> action,
	bool initialValue,
	bool revertValue
)

Parameters

action
Type: SystemActionBoolean
initialValue
Type: SystemBoolean
revertValue
Type: SystemBoolean
See Also

Reference