C# Class Core.Framework.MEF.Configuration.CatalogConfigurationElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement

Creates a new instance of CatalogConfigurationElement for use with this collection.

GetElementKey ( ConfigurationElement element ) : object

Gets a unique key for the given element.

Method Details

CreateNewElement() protected méthode

Creates a new instance of CatalogConfigurationElement for use with this collection.
protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

Gets a unique key for the given element.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement The element to get a key for.
Résultat object