EqtBaseCollection<T> Constructors

Definition

Overloads

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.

EqtBaseCollection<T>()

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

C++
protected:
 EqtBaseCollection();

Applies to

Visual Studio SDK 2022 i inne wersje
Produkt Wersje
Visual Studio SDK 2017, 2019, 2022

EqtBaseCollection<T>(EqtBaseCollection<T>)

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

C++
protected:
 EqtBaseCollection(Microsoft::VisualStudio::TestTools::Common::EqtBaseCollection<T> ^ other);

Parameters

other
EqtBaseCollection<T>

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

Applies to

Visual Studio SDK 2022 i inne wersje
Produkt Wersje
Visual Studio SDK 2017, 2019, 2022

EqtBaseCollection<T>(IEqualityComparer)

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

C++
protected:
 EqtBaseCollection(System::Collections::IEqualityComparer ^ comparer);

Parameters

comparer
IEqualityComparer

An object that is derived from the IEqualityComparer interface, such as the StringComparer class.

Applies to

Visual Studio SDK 2022 i inne wersje
Produkt Wersje
Visual Studio SDK 2017, 2019, 2022