Example #1
0
 /// <summary>
 /// Adds an element to the collection
 /// </summary>
 /// <param name="element">
 /// The element.
 /// </param>
 internal void Add(TreeElement element)
 {
     BaseAdd(element);
 }
Example #2
0
 /// <summary>
 /// Adds an element to the collection
 /// </summary>
 /// <param name="element">
 /// The element.
 /// </param>
 internal void Add(TreeElement element)
 {
     BaseAdd(element);
 }