Méthode | 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.
|
Méthode | 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 |
|
Résultat | void |
protected BaseAdd ( |
||
element | ||
Résultat | void |
protected CreateNewElement ( ) : |
||
Résultat |
protected GetElementKey ( |
||
element | ||
Résultat | Object |
public IndexOf ( |
||
element | a |
|
Résultat | int |
public Remove ( |
||
element | a |
|
Résultat | void |
public Remove ( string url ) : void | ||
url | string | Url of the element in the collection to remove. |
Résultat | void |
public RemoveAt ( int index ) : void | ||
index | int | Index of the element to remove in the collection. |
Résultat | void |