BooleanUsingBlock Constructor (ActionBoolean) Breeze.sharp
Create an instance with the specified action, defaulting the initial value to True.

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
)

Parameters

action
Type: SystemActionBoolean
See Also

Reference