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

◆ IsIPv6LinkLocal

bool System.Net.IPAddress.IsIPv6LinkLocal
getinherited

Definition at line 534 of file IPAddress.cs.

535 {
536 get
537 {
538 if (this._numbers != null)
539 {
540 return;
541 }
542 }
543 }
readonly ushort[] _numbers
Definition IPAddress.cs:749