Exemplo n.º 1
0
 /// <summary>Constructor.</summary>
 /// <remarks>Sets the VarBind list to the Clone copy of the supplied list.</remarks>
 /// <param name="vbs">VarBind list to initialize the internal VbList to.</param>
 public Pdu(VbCollection vbs)
     : this()
 {
     VbList = (VbCollection)vbs.Clone();
 }
Exemplo n.º 2
0
 /// <summary>
 ///     Constructor.
 /// </summary>
 /// <remarks>
 ///     Sets the VarBind list to the Clone copy of the supplied list.
 /// </remarks>
 /// <param name="vbs">VarBind list to initialize the internal VbList to.</param>
 public Pdu(VbCollection vbs)
     : this()
 {
     _vbs = (VbCollection)vbs.Clone();
 }