Utf8JsonReader.TokenType Vlastnost

Definice

Získá typ naposledy zpracovaného tokenu JSON v textu JSON s kódováním UTF-8.

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

Hodnota vlastnosti

JsonTokenType

Typ naposledy zpracovaného tokenu JSON.

Platí pro