Adds a configuration element to the configuration element collection.

Namespace:  Mindscape.LightSpeed.Configuration
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
protected override void BaseAdd(
	int index,
	ConfigurationElement element
)
Visual Basic (Declaration)
Protected Overrides Sub BaseAdd ( _
	index As Integer, _
	element As ConfigurationElement _
)

Parameters

index
Type: System..::.Int32
The index location at which to add the specified ConfigurationElement.
element
Type: System.Configuration..::.ConfigurationElement
The ConfigurationElement to add.

See Also