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