Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateCharactersAllowedInComments()
static
bool
[] System.Net.Mime.MailBnfHelper.CreateCharactersAllowedInComments
(
)
inline
static
private
Definition at line
149
of file
MailBnfHelper.cs
.
150
{
151
bool
[]
array
=
new
bool
[128];
152
for
(
int
i = 1;
i
<= 8;
i
++)
153
{
154
array
[
i
] =
true
;
155
}
156
array
[11] =
true
;
157
array
[12] =
true
;
158
for
(
int
j = 14; j <= 31; j++)
159
{
160
array
[j] =
true
;
161
}
162
for
(
int
k = 33; k <= 39; k++)
163
{
164
array
[k] =
true
;
165
}
166
for
(
int
l = 42; l <= 91; l++)
167
{
168
array
[l] =
true
;
169
}
170
for
(
int
m = 93; m <= 127; m++)
171
{
172
array
[m] =
true
;
173
}
174
return
array
;
175
}
System.Text.RegularExpressions.ExceptionArgument.i
@ i
System.ExceptionArgument.array
@ array
References
System.array
.
System
Net
Mime
MailBnfHelper
Generated by
1.10.0