Click or drag to resize

ElementCollectionGetEnumerator Method

Returns an enumerator that iterates through a collection.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public IEnumerator<Element> GetEnumerator()

Return Value

IEnumeratorElement
An IEnumerator<Element> object that can be used to iterate through the collection.
See Also