Implements strong typed IEnumerable<T>.GetEnumerator.

Namespace: TallComponents.PDF.TextExtraction
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public IEnumerator<Glyph> GetEnumerator()
Visual Basic
Public Function GetEnumerator As IEnumerator(Of Glyph)

Return Value

Enumerator for this collection.

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

See Also