System::Collections::Generic::SortedSet::SortedSet конструктор

SortedSet::SortedSet() constructor

Информация RTTI.

System::Collections::Generic::SortedSet<T>::SortedSet()

Примечания

Создаёт пустое множество.

См. также

SortedSet::SortedSet(const SharedPtr<IComparer<T>>&) constructor

Создаёт пустое множество, использующее указанный компаратор равенства.

System::Collections::Generic::SortedSet<T>::SortedSet(const SharedPtr<IComparer<T>> &comparer)
ПараметрТипОписание
comparerconst SharedPtr<IComparer<T>>&Comparer объект для связывания с SortedSet.

См. также

SortedSet::SortedSet(const SharedPtr<IEnumerable<T>>&) constructor

Создаёт SortedSet на основе перечислимых значений.

System::Collections::Generic::SortedSet<T>::SortedSet(const SharedPtr<IEnumerable<T>> &items)

См. также

SortedSet::SortedSet(int) constructor

Создаёт пустое множество с указанной ёмкостью.

System::Collections::Generic::SortedSet<T>::SortedSet(int capacity)

См. также