Implements strong typed IEnumerable<T>.GetEnumerator.

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

Syntax

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

Return Value

Enumerator for this collection.

Implements

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

See Also