JsonElement.ObjectEnumerator.Current Property

Definition

Gets the element in the collection at the current position of the enumerator.

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

Property Value

The element in the collection at the current position of the enumerator.

Implements

Applies to