DataFrameRowCollection.GetEnumerator Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna um enumerador de DataFrameRow objetos
[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)
Retornos
Implementações
- Atributos