JsonElement.ObjectEnumerator.IEnumerable<JsonProperty>.GetEnumerator メソッド

定義

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

 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

戻り値

このコレクションの反復処理に使用できる JsonProperty オブジェクトの列挙子。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 インスタンスが IEnumerator<JsonProperty> インターフェイスにキャストされている場合JsonElement.ObjectEnumeratorにのみ使用できます。

適用対象