Lezen in het Engels

Delen 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

C#
public virtual Object Clone()

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>