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
getset

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 }
class f__AnonymousType0<< Count > j__TPar
bool InternalSetName(string value)
Definition Cookie.cs:228