Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Count
int System.Net.Http.Headers.HeaderStringValues.Count
get
Definition at line
72
of file
HeaderStringValues.cs
.
73
{
74
get
75
{
76
object
value
=
_value
;
77
if
(!(
value
is
string
))
78
{
79
if
(
value
is
string
[]
array
)
80
{
81
return
array
.Length;
82
}
83
return
0;
84
}
85
return
1;
86
}
87
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.value
@ value
System.ExceptionArgument.array
@ array
System.Net.Http.Headers.HeaderStringValues._value
readonly object _value
Definition
HeaderStringValues.cs:70
System
Net
Http
Headers
HeaderStringValues
Generated by
1.10.0