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

Inheritance: System.Configuration.ConfigurationElementCollection
显示文件 Open project: coreframework/Core-Framework

Protected Methods

Method 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 method

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

GetElementKey() protected method

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