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.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | EqtBaseCollection<T>() | Initializes a new instance of the EqtBaseCollection<T> class. |
![]() | EqtBaseCollection<T>(EqtBaseCollection<T>^) | Initializes a new instance of the EqtBaseCollection<T> class by making a shallow copy of the provided EqtBaseCollection<T> object. |
![]() | EqtBaseCollection<T>(IEqualityComparer^) | Initializes a new sortable instance of the EqtBaseCollection<T> class by using the provided comparer. |
Show:
