Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateCharactersAllowedInDomainLiterals()
static
bool
[] System.Net.Mime.MailBnfHelper.CreateCharactersAllowedInDomainLiterals
(
)
inline
static
private
Definition at line
86
of file
MailBnfHelper.cs
.
87
{
88
bool
[]
array
=
new
bool
[128];
89
for
(
int
i = 1;
i
<= 8;
i
++)
90
{
91
array
[
i
] =
true
;
92
}
93
array
[11] =
true
;
94
array
[12] =
true
;
95
for
(
int
j = 14; j <= 31; j++)
96
{
97
array
[j] =
true
;
98
}
99
for
(
int
k = 33; k <= 90; k++)
100
{
101
array
[k] =
true
;
102
}
103
for
(
int
l = 94; l <= 127; l++)
104
{
105
array
[l] =
true
;
106
}
107
return
array
;
108
}
System.Text.RegularExpressions.ExceptionArgument.i
@ i
System.ExceptionArgument.array
@ array
References
System.array
.
System
Net
Mime
MailBnfHelper
Generated by
1.10.0