C# 클래스 Core.Framework.MEF.Configuration.CatalogConfigurationElementCollection

상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: coreframework/Core-Framework

보호된 메소드들

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