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

◆ Port

string System.Net.Cookie.Port
getset

Definition at line 407 of file Cookie.cs.

408 {
409 get
410 {
411 return this.m_port;
412 }
413 set
414 {
415 if (value != null && value._stringLength != 0)
416 {
417 long num = 0L;
418 char c = value[(int)num];
419 int stringLength = value._stringLength;
420 char c2 = value[(int)num];
421 if (stringLength == 0)
422 {
423 }
424 return;
425 }
426 }
427 }
class f__AnonymousType0<< Count > j__TPar