ActionItemBaseTAction, TCollectionInitializeDefaultVariables Method

Initialize the Variables property, in the specified item and all of its descendants, from the values in the corresponding DefaultVariables collections.

Definition

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

Parameters

action  TAction
Reference to an action derivative.

See Also