PropertyCollectionClone Method

Return a deep clone of the caller's property collection.

Definition

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

Parameters

items  PropertyCollection
Reference to the collection of properties to clone.

Return Value

PropertyCollection
A deep clone of the caller's original collection.

See Also