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

◆ GetNameOfPropertyValue()

string System.Text.Json.JsonDocument.GetNameOfPropertyValue ( int index)
inlinepackage

Definition at line 542 of file JsonDocument.cs.

543 {
544 return GetString(index - 12, JsonTokenType.PropertyName);
545 }
string GetString(int index, JsonTokenType expectedType)

References System.Text.Json.JsonDocument.GetString(), and System.index.

Referenced by System.Text.Json.JsonElement.GetPropertyName().