C# Класс Core.Framework.MEF.Configuration.CatalogConfigurationElementCollection

Наследование: System.Configuration.ConfigurationElementCollection
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Описание методов

CreateNewElement() защищенный Метод

Creates a new instance of CatalogConfigurationElement for use with this collection.
protected CreateNewElement ( ) : ConfigurationElement
Результат System.Configuration.ConfigurationElement

GetElementKey() защищенный Метод

Gets a unique key for the given element.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement The element to get a key for.
Результат object