ConfigurationElementCollectionBase<T>.Add(T) Method

Definition

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.

Applies to