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