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

◆ WritePropertyName() [14/15]

void System.Text.Json.Utf8JsonWriter.WritePropertyName ( uint value)
inlinepackage

Definition at line 4155 of file Utf8JsonWriter.cs.

4156 {
4157 WritePropertyName((ulong)value);
4158 }
void WritePropertyName(DateTime value)

References System.value, and System.Text.Json.Utf8JsonWriter.WritePropertyName().