Implements strong typed IEnumerable<T>.GetEnumerator.

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

Syntax

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

Return Value

Enumerator for this collection.

Implements

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

See Also