Partager via


Utf8JsonReaderManager.Skip Method

Definition

Skips the children of the current JSON token, which may involve reading more data from the stream and creating a new Utf8JsonReader instance in CurrentReader.

public void Skip ();
member this.Skip : unit -> unit
Public Sub Skip ()

Applies to