Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.Json.JsonProperty Struct Reference

Public Member Functions

bool NameEquals (string? text)
 
bool NameEquals (ReadOnlySpan< byte > utf8Text)
 
bool NameEquals (ReadOnlySpan< char > text)
 
void WriteTo (Utf8JsonWriter writer)
 
override string ToString ()
 

Package Functions

 JsonProperty (JsonElement value, string name=null)
 
bool EscapedNameEquals (ReadOnlySpan< byte > utf8Text)
 

Properties

JsonElement Value [get]
 
string_name [get]
 
string Name [get]
 
string DebuggerDisplay [get]
 

Detailed Description

Definition at line 6 of file JsonProperty.cs.


The documentation for this struct was generated from the following file: