C# 클래스 Aspects.Logging.Configuration.Infrastructure.TagCollection

Configuration section containing the tags which should be included or excluded
상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: vnvizitiu/AOP

보호된 메소드들

메소드 설명
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