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: Object
An EqtBaseCollection<T> that is a shallow copy of the current collection.
Implements
ICloneable.Clone
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.