ActionCollectionBaseTAction, TCollectionCreateNew Method

Create and return a reference to a new collection of the defined type.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static TCollection CreateNew()

Return Value

TCollection
Reference to a new collection of the defined concrete type.

See Also