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

SortedDictionary::SortedDictionary() constructor

Construye un diccionario vacío.

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

Ver también

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

Construye un diccionario vacío.

System::Collections::Generic::SortedDictionary<TKey, TValue>::SortedDictionary(const SharedPtr<IComparer<typename BasePointerType<TKey>::type>> &comparer)
ParámetroTipoDescripción
comparerconst SharedPtr<IComparer<typename BasePointerType<TKey>::type>>&Comparer para usar.

Ver también

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

Constructor de copia.

System::Collections::Generic::SortedDictionary<TKey, TValue>::SortedDictionary(const SharedPtr<IDictionary<TKey, TValue>> &src)
ParámetroTipoDescripción
srcconst SharedPtr<IDictionary<TKey, TValue>>&Diccionario fuente del cual copiar datos.

Ver también

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

Constructor de copia.

System::Collections::Generic::SortedDictionary<TKey, TValue>::SortedDictionary(const SharedPtr<IDictionary<TKey, TValue>> &src, const SharedPtr<IComparer<typename BasePointerType<TKey>::type>> &comparer)
ParámetroTipoDescripción
srcconst SharedPtr<IDictionary<TKey, TValue>>&Diccionario fuente del cual copiar datos.
comparerconst SharedPtr<IComparer<typename BasePointerType<TKey>::type>>&Comparer para usar.

Ver también