Returns an enumerator that iterates through the collection.
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
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.