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

属性值

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

实现

适用于