UserToolCollectionClone Method

Return a deep clone of all of the items in the caller's collection.

Definition

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

Parameters

items  UserToolCollection
Reference to the collection of items to be cloned.

Return Value

UserToolCollection
Reference to a new collection containing deep clones of the members of the original collection.

See Also