Share via


EqtBaseCollection<T>.Clone Method

Creates a copy of the collection.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Overridable Function Clone As Object
public virtual Object Clone()
public:
virtual Object^ Clone()
abstract Clone : unit -> Object 
override Clone : unit -> Object 
public function Clone() : Object

Return Value

Type: System.Object
An EqtBaseCollection<T> that is a shallow copy of the current collection.

Implements

ICloneable.Clone()

.NET Framework Security

See Also

Reference

EqtBaseCollection<T> Class

Microsoft.VisualStudio.TestTools.Common Namespace

EqtBaseCollection<T>