コード例 #1
0
 /// <summary>
 /// Adds a configuration element to the collection.
 /// </summary>
 /// <param name="element">The element to add.</param>
 internal void Add(TypeElement element)
 {
     this.BaseAdd(element);
 }
コード例 #2
0
 /// <summary>
 /// Adds a configuration element to the collection.
 /// </summary>
 /// <param name="element">The element to add.</param>
 internal void Add(TypeElement element)
 {
     this.BaseAdd(element);
 }