PropertyCollectionClone Method
Return a deep clone of the caller's property collection.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static PropertyCollection Clone(
PropertyCollection items
)
Public Shared Function Clone (
items As PropertyCollection
) As PropertyCollection
No code example is currently available or this language may not be supported.
- items PropertyCollection
-
Reference to the collection of properties to clone.
PropertyCollection
A deep clone of the caller's original collection.