Share via


Utf8JsonReaderManager.MoveNext Method

Definition

Moves to the next token, which may involve reading more data from the stream and creating a new Utf8JsonReader instance in CurrentReader.

public System.Text.Json.JsonTokenType MoveNext ();
member this.MoveNext : unit -> System.Text.Json.JsonTokenType
Public Function MoveNext () As JsonTokenType

Returns

The token type of the current token.

Applies to