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;
 }
Esempio n. 2
0
 public IpMaskString(IpAddressString value) => m_value = value;