Returns an enumeration of Entry objects.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public IEnumerator<IndexedEnumerable<(Of <(<'T>)>)>..::..EntryItem> GetEnumerator()
Visual Basic
Public Function GetEnumerator As IEnumerator(Of IndexedEnumerable<(Of <(<'T>)>)>..::..EntryItem)

Return Value

Type: IEnumerator<(Of <(<'IndexedEnumerable<(Of <(<'T>)>)>..::..EntryItem>)>)>

Implements

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

See Also