JsonArray.IEnumerable<JsonValue>.GetEnumerator メソッド

定義

コレクションを反復処理する列挙子を返します。

 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

戻り値

IEnumerator<JsonValue>

コレクションの反復処理に使用できる列挙子。

実装

注釈

### 備考

注意

名前空間は System.Json Silverlight 用に設計されましたが、これはサポートされなくなりました。 JSON を処理する場合は、代わりに名前空間で System.Text.Json API を使用することをお勧めします。

適用対象