System::Collections::Generic::Dictionary::Enumerator::Enumerator constructor

Enumerator::Enumerator constructor

Creates enumerator.

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

See Also