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