MaterialTypeCollectionClone Method

Return a deep clone of the provided collection of material type items.

Definition

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

Parameters

items  MaterialTypeCollection
Reference to the collection of items to clone.

Return Value

MaterialTypeCollection
Reference to a newly cloned collection of material type items.

See Also