public IpAddrString(ref ptr <IpAddrString> Next = default, IpAddressString IpAddress = default, IpMaskString IpMask = default, uint Context = default) { this.Next = Next; this.IpAddress = IpAddress; this.IpMask = IpMask; this.Context = Context; }
public IpMaskString(IpAddressString value) => m_value = value;