ActionItemBaseTAction, TCollectionIf Method

Run one or more sets of actions if their conditions are true.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
protected static void If(
	TAction item
)

Parameters

item  TAction
Reference to the action item for which this action is being called.

See Also