Sdílet prostřednictvím


JsonElement.ObjectEnumerator.IEnumerable<JsonProperty>.GetEnumerator Metoda

Definice

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

 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

Návraty

Enumerátor pro JsonProperty objekty, které lze použít k iteraci v kolekci.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Dá se použít pouze v JsonElement.ObjectEnumerator případě, že je instance přetypovaná na rozhraní JsonProperty> IEnumerator<.

Platí pro