JsonElement.ObjectEnumerator.IEnumerable<JsonProperty>.GetEnumerator Methode

Definition

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

 virtual System::Collections::Generic::IEnumerator<System::Text::Json::JsonProperty> ^ System.Collections.Generic.IEnumerable<System.Text.Json.JsonProperty>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Text::Json::JsonProperty>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Text.Json.JsonProperty> IEnumerable<JsonProperty>.GetEnumerator();
abstract member System.Collections.Generic.IEnumerable<System.Text.Json.JsonProperty>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Text.Json.JsonProperty>
override this.System.Collections.Generic.IEnumerable<System.Text.Json.JsonProperty>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Text.Json.JsonProperty>
Function GetEnumerator () As IEnumerator(Of JsonProperty) Implements IEnumerable(Of JsonProperty).GetEnumerator

Gibt zurück

Ein Enumerator für JsonProperty Objekte, die zum Durchlaufen der Auflistung verwendet werden können.

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die JsonElement.ObjectEnumerator Instanz in eine IEnumerator<JsonProperty-Schnittstelle> umwandeln wird.

Gilt für: