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

◆ ParseAsync()

static Task< JsonDocument > System.Text.Json.JsonDocument.ParseAsync ( Stream utf8Json,
JsonDocumentOptions options = default(JsonDocumentOptions),
CancellationToken cancellationToken = default(CancellationToken) )
inlinestatic

Definition at line 1153 of file JsonDocument.cs.

1154 {
1155 if (utf8Json == null)
1156 {
1157 throw new ArgumentNullException("utf8Json");
1158 }
1160 }
static async Task< JsonDocument > ParseAsyncCore(Stream utf8Json, JsonDocumentOptions options=default(JsonDocumentOptions), CancellationToken cancellationToken=default(CancellationToken))

References System.cancellationToken, System.Text.Json.Dictionary, System.options, and System.Text.Json.JsonDocument.ParseAsyncCore().