Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsReservedCharacter()
virtual
bool
System.Uri.IsReservedCharacter
(
char
character
)
inline
protected
virtual
Definition at line
3590
of file
Uri.cs
.
3591
{
3592
if
(
character
!=
';'
&&
character
!=
'/'
&&
character
!=
':'
&&
character
!=
'@'
&&
character
!=
'&'
&&
character
!=
'='
&&
character
!=
'+'
&&
character
!=
'$'
)
3593
{
3594
return
character
==
','
;
3595
}
3596
return
true
;
3597
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Uri
Generated by
1.10.0