Ejemplo n.º 1
0
 /// <summary>
 /// Adds a configuration element to the collection.
 /// </summary>
 /// <param name="element">The element to add.</param>
 public void Add(EmailConfigElement element)
 {
     BaseAdd(element);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Returns the index of the element's index.
 /// </summary>
 /// <param name="element">The element to get the index of.</param>
 /// <returns>The index of the specified element.</returns>
 public int IndexOf(EmailConfigElement element)
 {
     return(BaseIndexOf(element));
 }