Inheritance: OctetString, ICloneable
Ejemplo n.º 1
0
 /// <summary>
 /// Constructor. Initialize the class with the value from the argument class.
 /// </summary>
 /// <param name="second">Class whose value is copied to initialize this class.
 /// </param>
 public EthernetAddress(EthernetAddress second)
     : base()
 {
     base.Set(second.ToArray());
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Constructor. Initialize the class with the value from the argument class.
 /// </summary>
 /// <param name="second">Class whose value is copied to initialize this class.
 /// </param>
 public EthernetAddress(EthernetAddress second)
     : base()
 {
     base.Set(second.ToArray());
 }