Пример #1
0
 // <summary>
 /// Add a collection of items to the base collection of this set, to be considered for
 /// inclusion.  Note that adding an item to this set does not guarantee its inclusion
 /// should said item fail to pass any of the specified set filters.
 /// </summary>
 /// <param name="items"></param>
 public void Add(LinearElementCollection items)
 {
     BaseCollection.TryAddRange(items);
 }