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 UrlElement from the collection.
|
|
Remove ( string url ) : void |
Removes a System.Configuration.ConfigurationElement from the collection.
|
|
RemoveAt ( int index ) : void |
Removes a UrlElement at the specified index location.
|
|
this ( int index ) : |
Gets or sets the UrlElement.
|
|
this ( string name ) : |
Gets or sets the UrlElement.
|
Method | Description | |
---|---|---|
BaseAdd ( |
Add element to the base collection.
|
|
CreateNewElement ( ) : |
Creates a new instance of UrlElement.
|
|
GetElementKey ( |
Gets the element key value.
|
public Add ( |
||
element | a |
|
return | void |
protected BaseAdd ( |
||
element | ||
return | void |
protected CreateNewElement ( ) : |
||
return |
protected GetElementKey ( |
||
element | ||
return | Object |
public IndexOf ( |
||
element | a |
|
return | int |
public Remove ( |
||
element | a |
|
return | void |
public Remove ( string url ) : void | ||
url | string | Url of the element in the collection to remove. |
return | void |
public RemoveAt ( int index ) : void | ||
index | int | Index of the element to remove in the collection. |
return | void |