PatternTemplateCollectionClone Method

Return a deep clone of the specified collection.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static PatternTemplateCollection Clone(
	PatternTemplateCollection items
)

Parameters

items  PatternTemplateCollection
Reference to the collection of template items to clone.

Return Value

PatternTemplateCollection
Reference to the newly created clone.

See Also