Ejemplo n.º 1
0
 public void Add(BEOCollection collection)
 {
     _List.InsertRange(_List.Count, collection.List);
 }
Ejemplo n.º 2
0
 public void InsertRange(int index, BEOCollection collection)
 {
     _List.InsertRange(index, collection.List);
 }