BooleanUsingBlock Constructor (ActionBoolean, Boolean) Breeze.sharp
Create an instance with the specified action and initial 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
)

Parameters

action
Type: SystemActionBoolean
initialValue
Type: SystemBoolean
Remarks

The action is performed with the initial value provided and its inverse.
See Also

Reference