ActionItemBaseTAction, TCollectionInitializeParent Method

Initialize the Parent property in all of the decendants of the specified item.

Definition

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

Parameters

action  TAction
Reference to an action derivative.

See Also