JsonElement.ArrayEnumerator.IEnumerable<JsonElement>.GetEnumerator Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca moduł wyliczający, który iteruje po kolekcji.
virtual System::Collections::Generic::IEnumerator<System::Text::Json::JsonElement> ^ System.Collections.Generic.IEnumerable<System.Text.Json.JsonElement>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Text::Json::JsonElement>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Text.Json.JsonElement> IEnumerable<JsonElement>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Text.Json.JsonElement>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Text.Json.JsonElement>
override this.System.Collections.Generic.IEnumerable<System.Text.Json.JsonElement>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Text.Json.JsonElement>
Function GetEnumerator () As IEnumerator(Of JsonElement) Implements IEnumerable(Of JsonElement).GetEnumerator
Zwraca
Moduł wyliczający dla tablicy JsonElement , która może służyć do iterowania po kolekcji.
Implementuje
Uwagi
Ten element jest jawną implementacją członków. Może być używany tylko wtedy, gdy JsonElement.ArrayEnumerator wystąpienie jest rzutowe do interfejsu [IEnumerable<JsonElement>](<xref:System.Collections.Generic.IEnumerable%601).