Method | Description | |
---|---|---|
BaseAdd ( |
Add element to the base collection.
|
|
CreateNewElement ( ) : |
Creates a new instance of FileConfigElement.
|
|
GetElementKey ( |
Gets the element key value.
|
Method | Description | |
---|---|---|
Add ( |
Add element into the collection.
|
|
Clear ( ) : void |
Removes all configuration elements from the collection.
|
|
IndexOf ( |
Gets the index of the specific element inside the collection.
|
|
Remove ( |
Removes a System.Configuration.ConfigurationElement from the collection.
|
|
Remove ( string name ) : void |
Removes a System.Configuration.ConfigurationElement from the collection.
|
|
RemoveAt ( int index ) : void |
Removes a System.Configuration.ConfigurationElement at the specified index location.
|
|
this ( int index ) : |
Gets or sets the FileConfigElement.
|
|
this ( string name ) : |
Gets or sets the FileConfigElement.
|
protected BaseAdd ( |
||
element | ||
return | void |
protected CreateNewElement ( ) : |
||
return |
protected GetElementKey ( |
||
element | ||
return | Object |