System::Collections::Generic::_KeyCollection::Enumerator class
Enumerator class
Enumerator to iterate through keys.
class Enumerator : public System::Collections::Generic::BaseEnumerator<Dict::map_t, TKey>
Methods
Method | Description |
---|---|
Enumerator(const typename Dict::Ptr&) | Creates key enumerator for specified dictionary. |
get_Current() const override | Gets current key. |
See Also
- Class BaseEnumerator
- Class _KeyCollection
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++