JsonElement.ArrayEnumerator.IEnumerable<JsonElement>.GetEnumerator Metoda

Definice

Vrací enumerátor procházející kolekci.

 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

Návraty

Enumerátor pro pole JsonElement , který lze použít k iteraci kolekcí.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Dá se použít pouze v JsonElement.ArrayEnumerator případě, že je instance přetypovaná na rozhraní [IEnumerable<JsonElement>](<xref:System.Collections.Generic.IEnumerable%601).

Platí pro