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

属性值

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

实现

适用于