System::Collections::Generic::SortedDictionary::SortedDictionary constructor

SortedDictionary::SortedDictionary() constructor

Construeert een leeg woordenboek.

System::Collections::Generic::SortedDictionary<TKey, TValue>::SortedDictionary()

Zie ook

SortedDictionary::SortedDictionary(const SharedPtr<IComparer<typename BasePointerType<TKey>::type>>&) constructor

Construeert een leeg woordenboek.

System::Collections::Generic::SortedDictionary<TKey, TValue>::SortedDictionary(const SharedPtr<IComparer<typename BasePointerType<TKey>::type>> &comparer)
ParameterTypeBeschrijving
comparerconst SharedPtr<IComparer<typename BasePointerType<TKey>::type>>&Comparer om te gebruiken.

Zie ook

SortedDictionary::SortedDictionary(const SharedPtr<IDictionary<TKey, TValue>>&) constructor

Copy-constructor.

System::Collections::Generic::SortedDictionary<TKey, TValue>::SortedDictionary(const SharedPtr<IDictionary<TKey, TValue>> &src)
ParameterTypeBeschrijving
srcconst SharedPtr<IDictionary<TKey, TValue>>&Brondictionary om gegevens van te kopiëren.

Zie ook

SortedDictionary::SortedDictionary(const SharedPtr<IDictionary<TKey, TValue>>&, const SharedPtr<IComparer<typename BasePointerType<TKey>::type>>&) constructor

Copy-constructor.

System::Collections::Generic::SortedDictionary<TKey, TValue>::SortedDictionary(const SharedPtr<IDictionary<TKey, TValue>> &src, const SharedPtr<IComparer<typename BasePointerType<TKey>::type>> &comparer)
ParameterTypeBeschrijving
srcconst SharedPtr<IDictionary<TKey, TValue>>&Brondictionary om gegevens van te kopiëren.
comparerconst SharedPtr<IComparer<typename BasePointerType<TKey>::type>>&Comparer om te gebruiken.

Zie ook