ConfigurationElementCollectionBase<T>.Add(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a configuration element to the end of the current collection.
public:
T Add(T element);
public T Add (T element);
member this.Add : 'T -> 'T
Public Function Add (element As T) As T
Parameters
- element
- T
The configuration element to add to the collection.
Returns
T
A reference to the strongly typed configuration element that is added to the collection.
Exceptions
element
is null
.