DataFrameRowCollection.GetEnumerator Method

Definition

Returns an enumerator of DataFrameRow objects

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Data.Analysis.DataFrameRowCollection+<GetEnumerator>d__4))]
public System.Collections.Generic.IEnumerator<Microsoft.Data.Analysis.DataFrameRow> GetEnumerator ();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Data.Analysis.DataFrameRowCollection+<GetEnumerator>d__4))>]
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.Data.Analysis.DataFrameRow>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.Data.Analysis.DataFrameRow>
Public Iterator Overridable NotOverridable Function GetEnumerator () As IEnumerator(Of DataFrameRow)

Returns

Implements

Attributes

Applies to