C# Класс Aspects.Logging.Configuration.Infrastructure.TagCollection

Configuration section containing the tags which should be included or excluded
Наследование: System.Configuration.ConfigurationElementCollection
Показать файл Открыть проект

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

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

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

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

When overridden in a derived class, creates a new T:System.Configuration.ConfigurationElement.
protected CreateNewElement ( ) : ConfigurationElement
Результат System.Configuration.ConfigurationElement

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

Gets the element key for a specified configuration element when overridden in a derived class.
This method is not implemented
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement The to return the key for.
Результат object