JsonElement.ObjectEnumerator.Current プロパティ

定義

列挙子の現在位置にあるコレクション内の要素を取得します。

public:
 property System::Text::Json::JsonProperty Current { System::Text::Json::JsonProperty get(); };
public System.Text.Json.JsonProperty Current { get; }
member this.Current : System.Text.Json.JsonProperty
Public ReadOnly Property Current As JsonProperty

プロパティ値

コレクション内の、列挙子の現在位置にある要素。

実装

適用対象