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

◆ IsIPv6Teredo

bool System.Net.IPAddress.IsIPv6Teredo
getinherited

Definition at line 560 of file IPAddress.cs.

561 {
562 get
563 {
564 if (this._numbers != null)
565 {
566 return;
567 }
568 }
569 }
readonly ushort[] _numbers
Definition IPAddress.cs:749