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

 

Initializes a new instance of the EqtBaseCollection<T> class.

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

NameDescription
System_CAPS_protmethodEqtBaseCollection<T>()

Initializes a new instance of the EqtBaseCollection<T> class.

System_CAPS_protmethodEqtBaseCollection<T>(EqtBaseCollection<T>^)

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

System_CAPS_protmethodEqtBaseCollection<T>(IEqualityComparer^)

Initializes a new sortable instance of the EqtBaseCollection<T> class by using the provided comparer.

Return to top
Show: