ToolTypeDefinitionCollectionClone Method
Return a deep clone of the items in the caller's collection.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static ToolTypeDefinitionCollection Clone(
ToolTypeDefinitionCollection items
)
Public Shared Function Clone (
items As ToolTypeDefinitionCollection
) As ToolTypeDefinitionCollection
No code example is currently available or this language may not be supported.
- items ToolTypeDefinitionCollection
-
Reference to the collection of items to be cloned.
ToolTypeDefinitionCollection
Reference to a newly created collection containing deep clones
of the members of the caller's original collection.