Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IPAddress() [2/7]

System.Net.IPAddress.IPAddress ( byte[] address,
long scopeid )
inline

Definition at line 239 of file IPAddress.cs.

240 : this(new ReadOnlySpan<byte>(address ?? ThrowAddressNullException()), scopeid)
241 {
242 }
static byte[] ThrowAddressNullException()
Definition IPAddress.cs:544