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

◆ CheckSupportedOptions()

static void System.Text.Json.JsonDocument.CheckSupportedOptions ( JsonReaderOptions readerOptions,
string paramName )
inlinestaticprivate

Definition at line 1072 of file JsonDocument.cs.

1073 {
1074 if (readerOptions.CommentHandling == JsonCommentHandling.Allow)
1075 {
1077 }
1078 }
static string JsonDocumentDoesNotSupportComments
Definition SR.cs:88
Definition SR.cs:7

References System.Text.Json.Dictionary, and System.SR.JsonDocumentDoesNotSupportComments.

Referenced by System.Text.Json.JsonDocument.TryParseValue().