Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Utf8JsonReader() [4/4]

System.Text.Json.Utf8JsonReader.Utf8JsonReader ( ReadOnlySequence< byte > jsonData,
JsonReaderOptions options = default(JsonReaderOptions) )
inline

Definition at line 2006 of file Utf8JsonReader.cs.

2007 : this(jsonData, isFinalBlock: true, new JsonReaderState(options))
2008 {
2009 }