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

◆ Value

string System.Net.Cookie.Value
getset

Definition at line 487 of file Cookie.cs.

488 {
489 get
490 {
491 return this.m_value;
492 }
493 set
494 {
495 if (value == null)
496 {
497 }
498 }
499 }