Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ IPAddress() [6/7]

System.Net.IPAddress.IPAddress ( byte[] address)
inline

Definition at line 279 of file IPAddress.cs.

280 : this(new ReadOnlySpan<byte>(address ?? ThrowAddressNullException()))
281 {
282 }
static byte[] ThrowAddressNullException()
Definition IPAddress.cs:544