terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
Name
string System.Net.Cookie.Name
get
set
Definition at line
211
of file
Cookie.cs
.
212
{
213
get
214
{
215
return
this.m_name;
216
}
217
set
218
{
219
if
(!
true
)
220
{
221
}
222
bool
flag = ValidationHelper.IsBlankString(
value
);
223
bool
flag2
= this.
InternalSetName
(
value
);
224
}
225
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.Cookie.InternalSetName
bool InternalSetName(string value)
Definition
Cookie.cs:228
System.ExceptionArgument.value
@ value
System
Net
Cookie
Generated by
1.10.0