JsonArray.IEnumerable<JsonValue>.GetEnumerator Yöntem

Tanım

Toplulukta yinelenen bir numaralandırıcı döndürür.

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

Döndürülenler

Koleksiyonda yinelemek için kullanılabilecek bir numaralandırıcı.

Uygulamalar

Açıklamalar

Not

Ad System.Json alanı artık desteklenmeyen Silverlight için tasarlanmıştır. JSON işlemek için bunun yerine ad alanında API'leri System.Text.Json kullanmanızı öneririz.

Şunlara uygulanır