System::Collections::Generic::BaseDictionary::GetEnumerator method
BaseDictionary::GetEnumerator method
Creates enumerator instance, should be implemented by subclass.
SharedPtr<IEnumerator<KeyValuePair<key_t, mapped_t>>> System::Collections::Generic::BaseDictionary<Map>::GetEnumerator() override=0
ReturnValue
Enumerator bound to this object.
See Also
- Typedef SharedPtr
- Class IEnumerator
- Class KeyValuePair
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++