Contains information for all location specified in the web.config file.
Inheritance: System.Configuration.ConfigurationElementCollection
 /// <summary>
 /// Adds a new element to the collection.
 /// </summary>
 /// <param name="element">Element to be added.</param>
 internal void Add(LocationElement element)
 {
     base.BaseAdd(element);
 }
 /// <summary>
 /// Adds a new element to the collection.
 /// </summary>
 /// <param name="element">Element to be added.</param>
 internal void Add(LocationElement element)
 {
     base.BaseAdd(element);
 }