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

◆ IsIPv4MappedToIPv6

bool System.Net.IPAddress.IsIPv4MappedToIPv6
getinherited

Definition at line 573 of file IPAddress.cs.

574 {
575 get
576 {
577 if (this._numbers != null)
578 {
579 return;
580 }
581 }
582 }
readonly ushort[] _numbers
Definition IPAddress.cs:749