Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsAsciiValue()
[2/2]
static
bool
System.Text.Json.JsonWriterHelper.IsAsciiValue
(
char
value
)
inline
static
private
Definition at line
417
of file
JsonWriterHelper.cs
.
418
{
419
return
value
<=
'\u007f'
;
420
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Text
Json
JsonWriterHelper
Generated by
1.10.0