C# 클래스 SimpleConfigSections.ConfigurationElementCollectionForInterface

상속: System.Configuration.ConfigurationElementCollection, IConfigValue
파일 보기 프로젝트 열기: miensol/SimpleConfigSections

공개 메소드들

메소드 설명
Value ( PropertyInfo property ) : object

보호된 메소드들

메소드 설명
ConfigurationElementCollectionForInterface ( Type elementType ) : System
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

비공개 메소드들

메소드 설명
CreateElements ( ) : IList

메소드 상세

ConfigurationElementCollectionForInterface() 보호된 메소드

protected ConfigurationElementCollectionForInterface ( Type elementType ) : System
elementType System.Type
리턴 System

CreateNewElement() 보호된 메소드

protected CreateNewElement ( ) : ConfigurationElement
리턴 System.Configuration.ConfigurationElement

GetElementKey() 보호된 메소드

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
리턴 object

Value() 공개 메소드

public Value ( PropertyInfo property ) : object
property System.Reflection.PropertyInfo
리턴 object