Returns an iterator for the collection.

Namespace: TallComponents.Interaction
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1

Syntax

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

Return Value

Implements

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

See Also