C# Class CustomConfigurations.ValueItemElementCollection

Object to hold a list of valueItemElements
Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: twistedtwig/CustomConfigurations

Méthodes publiques

Méthode Description
Add ( ValueItemElement item ) : void
IsReadOnly ( ) : bool
Remove ( string key ) : void
RemoveAt ( int index ) : void
this ( int index ) : ValueItemElement
this ( string key ) : ValueItemElement

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement

When overridden in a derived class, creates a new T:System.Configuration.ConfigurationElement.

GetElementKey ( ConfigurationElement element ) : object

Gets the element key for a specified configuration element when overridden in a derived class.

Method Details

Add() public méthode

public Add ( ValueItemElement item ) : void
item ValueItemElement
Résultat void

CreateNewElement() protected méthode

When overridden in a derived class, creates a new T:System.Configuration.ConfigurationElement.
protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

Gets the element key for a specified configuration element when overridden in a derived class.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement The to return the key for. ///
Résultat object

IsReadOnly() public méthode

public IsReadOnly ( ) : bool
Résultat bool

Remove() public méthode

public Remove ( string key ) : void
key string
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : ValueItemElement
index int
Résultat ValueItemElement

this() public méthode

public this ( string key ) : ValueItemElement
key string
Résultat ValueItemElement