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