Version

Clone Method (Items)

Creates a deep copy of this collection.
Syntax
'Declaration
 
Public Function Clone() As Object
public object Clone()

Return Value

A deep copy of this Items collection.
Remarks

This method will create a new collection and create clones of each item in the original collection, and add them to the new Items collection.

Note: Any custom objects (TBCustom) will not be deep cloned, instead a reference will be added to the original object.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also