Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsExcludedCharacter()
static
bool
System.Uri.IsExcludedCharacter
(
char
character
)
inline
static
protected
Definition at line
3600
of file
Uri.cs
.
3601
{
3602
if
(
character
>
' '
&&
character
<
'\u007f'
&&
character
!=
'<'
&&
character
!=
'>'
&&
character
!=
'#'
&&
character
!=
'%'
&&
character
!=
'"'
&&
character
!=
'{'
&&
character
!=
'}'
&&
character
!=
'|'
&&
character
!=
'\\'
&&
character
!=
'^'
&&
character
!=
'['
&&
character
!=
']'
)
3603
{
3604
return
character
==
'`'
;
3605
}
3606
return
true
;
3607
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Uri
Generated by
1.10.0