DataFrameRowCollection.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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