WorkpieceInfoCollectionClone Method

Return a deep clone of the provided collection of workpiece information items.

Definition

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

Parameters

items  WorkpieceInfoCollection
Reference to the collection of items to clone.

Return Value

WorkpieceInfoCollection
Reference to a newly cloned collection of workpiece information items.

See Also