Returns an iterator for the collection.

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

Syntax

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

Return Value

Implements

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

See Also