Returns an enumerator that iterates through the collection.
            
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
public IEnumerator<T> GetEnumerator()  | 
| Visual Basic | 
|---|
Public Function GetEnumerator As IEnumerator(Of T)  | 
Return Value
Type: IEnumerator<(Of <(<'T>)>)>A IEnumerator<(Of <(<'T>)>)> that can be used to iterate through the collection.