Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Size
long System.Net.Mime.ContentDisposition.Size
get
set
Definition at line
135
of file
ContentDisposition.cs
.
136
{
137
get
138
{
139
object
obj
= ((TrackingValidationObjectDictionary)
Parameters
).InternalGet(
"size"
);
140
if
(
obj
!=
null
)
141
{
142
return
(
long
)
obj
;
143
}
144
return
-1
L
;
145
}
146
set
147
{
148
((TrackingValidationObjectDictionary)
Parameters
).InternalSet(
"size"
,
value
);
149
}
150
}
System.Net.Mime.ContentDisposition.Parameters
StringDictionary Parameters
Definition
ContentDisposition.cs:62
System.ExceptionArgument.value
@ value
System.ExceptionArgument.obj
@ obj
System.ConsoleKey.L
@ L
System
Net
Mime
ContentDisposition
Generated by
1.10.0