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

Enumerator::Enumerator constructor

Constructs enumerator over specific dictionary.

System::Collections::Generic::SortedDictionary<TKey, TValue>::Enumerator::Enumerator(const Ptr &dict)
ParameterTypeDescription
dictconst Ptr&Dictionary to iterate through.

See Also