JsonElement.ArrayEnumerator.Current Vlastnost

Definice

Získá prvek v kolekci na aktuální pozici enumerátoru.

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

Hodnota vlastnosti

JsonElement

Prvek v kolekci na aktuální pozici enumerátoru.

Implementuje

Platí pro