PatternOperationCollectionClone Method

Return a deep clone of the provided pattern operation collection.

Definition

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

Parameters

items  PatternOperationCollection
Reference to the collection of items to clone.

Return Value

PatternOperationCollection
Reference to the newly cloned collection of pattern operation items.

See Also