Beispiel #1
0
 ///
 ///	 <summary> * add - adds a complete number list to the vector
 ///	 *  </summary>
 ///	 * <param name="nl"> the given JDFNumberList </param>
 ///
 public virtual void Add(JDFNumberList nl)
 {
     m_numList.AddRange(nl.copyNumList());
 }