JsonElement.ArrayEnumerator.Current 属性

定义

获取集合中位于枚举数当前位置的元素。

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

属性值

JsonElement

集合中位于枚举数当前位置的元素。

实现

适用于