ConfigurationElementCollection.BaseAdd Method (Int32, ConfigurationElement)
.NET Framework 4.6 and 4.5
Adds a configuration element to the configuration element collection.
Namespace: System.Configuration
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- index
- Type: System.Int32
The index location at which to add the specified ConfigurationElement.
- element
- Type: System.Configuration.ConfigurationElement
The ConfigurationElement to add.
Use the index parameter to add the ConfigurationElement object to the ConfigurationElementCollection at a specific index location.
Show: