Esempio n. 1
0
 /// <summary>
 /// Explicit add of an element to the collection.
 /// </summary>
 /// <param name="element"></param>
 public void Add(ReflectionComponentElement element)
 {
     BaseAdd(element);
 }
Esempio n. 2
0
 /// <summary>
 /// Explicit add of an element to the collection.
 /// </summary>
 /// <param name="element"></param>
 public void Add(ReflectionComponentElement element)
 {
     BaseAdd(element);
 }