/// <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); }