HTMLCollection.GetEnumerator
HTMLCollection.GetEnumerator method
Gets the enumerator.
public abstract IEnumerator<Element> GetEnumerator()
Return Value
An IEnumerator object that can be used to iterate through the collection.
See Also
- class Element
- class HTMLCollection
- package com.aspose.html.Collections
- package Aspose.HTML