Returns an enumerator that iterates through the collection.
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public IEnumerator<T> GetEnumerator() |
| Visual Basic |
|---|
Public Function GetEnumerator As IEnumerator(Of T) |
| Visual C++ |
|---|
public: virtual IEnumerator<T>^ GetEnumerator() sealed |
| F# |
|---|
abstract GetEnumerator : unit -> IEnumerator<'T> override GetEnumerator : unit -> IEnumerator<'T> |
Return Value
Type: IEnumerator<(Of <(<'T>)>)>A IEnumerator<(Of <(<'T>)>)> that can be used to iterate through the collection.