C# Class CustomConfigurations.CollectionsGroupCollection

Collection of the CollectionsGroupElement objects.
Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: twistedtwig/CustomConfigurations Class Usage Examples

Méthodes publiques

Méthode Description
IsReadOnly ( ) : bool
this ( int index ) : ConfigurationGroupElement
this ( string key ) : ConfigurationGroupElement

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Method Details

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Résultat object

IsReadOnly() public méthode

public IsReadOnly ( ) : bool
Résultat bool

this() public méthode

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

this() public méthode

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