OperationLayoutCollectionClone Method

Return a deep clone of the provided collection.

Definition

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

Parameters

items  OperationLayoutCollection
Reference to the collection of items to clone.

Return Value

OperationLayoutCollection
Reference to the newly cloned collection.

See Also