System::Collections::Generic::LinkedList::Enumerator class
Enumerator class
Enumerator to iterate through linked list.
class Enumerator : public virtual System::Object,
public System::Collections::Generic::IEnumerator<T>
Methods
Method | Description |
---|---|
Enumerator(const SharedPtr<LinkedList<T>>&) | Creates enumerator. |
get_Current() const override | Gets current element. |
MoveNext() override | Points enumerator to the next element (if any). |
See Also
- Class Object
- Class IEnumerator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++