Create an instance with the specified action and initial value.
Namespace: Breeze.Sharp.CoreAssembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
public BooleanUsingBlock(
Action<bool> action,
bool initialValue
)
Public Sub New (
action As Action(Of Boolean),
initialValue As Boolean
)
public:
BooleanUsingBlock(
Action<bool>^ action,
bool initialValue
)
new :
action : Action<bool> *
initialValue : bool -> BooleanUsingBlock
Parameters
- action
- Type: SystemActionBoolean
- initialValue
- Type: SystemBoolean
The action is performed with the initial value provided and its inverse.
Reference