Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateCharactersAllowedInHeaderNames()
static
bool
[] System.Net.Mime.MailBnfHelper.CreateCharactersAllowedInHeaderNames
(
)
inline
static
private
Definition at line
110
of file
MailBnfHelper.cs
.
111
{
112
bool
[]
array
=
new
bool
[128];
113
for
(
int
i = 33;
i
<= 57;
i
++)
114
{
115
array
[
i
] =
true
;
116
}
117
for
(
int
j = 59; j <= 126; j++)
118
{
119
array
[j] =
true
;
120
}
121
return
array
;
122
}
System.Text.RegularExpressions.ExceptionArgument.i
@ i
System.ExceptionArgument.array
@ array
References
System.array
.
System
Net
Mime
MailBnfHelper
Generated by
1.10.0