ToolTypeDefinitionCollectionClone Method

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

Definition

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

Parameters

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

Return Value

ToolTypeDefinitionCollection
Reference to a newly created collection containing deep clones of the members of the caller's original collection.

See Also