Returns an enumerator that iterates through a collection.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public IEnumerator<T> GetEnumerator()
VB
Public Function GetEnumerator As IEnumerator(Of T)
Return Value
Type:
IEnumerator<
T>
A System.Collections.Generic.IEnumerator<T> that can be used to iterate through the collection.
Implements
IEnumerable<T>.GetEnumerator()See Also