Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EqtBaseCollection<T> Constructor (EqtBaseCollection<T>^)

 

Initializes a new instance of the EqtBaseCollection<T> class by making a shallow copy of the provided EqtBaseCollection<T> object.

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

protected:
EqtBaseCollection(
	EqtBaseCollection<T>^ other
)

Parameters

other
Type: Microsoft.VisualStudio.TestTools.Common::EqtBaseCollection<T>^

An EqtBaseCollection<T> object from which to create a shallow copy.

Type Parameters

T

A Type that defines the objects in the collection.

Return to top
Show: