C# 클래스 CustomConfigurations.CollectionsGroupCollection

Collection of the CollectionsGroupElement objects.
상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: twistedtwig/CustomConfigurations 1 사용 예제들

공개 메소드들

메소드 설명
IsReadOnly ( ) : bool
this ( int index ) : ConfigurationGroupElement
this ( string key ) : ConfigurationGroupElement

보호된 메소드들

메소드 설명
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

메소드 상세

CreateNewElement() 보호된 메소드

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

GetElementKey() 보호된 메소드

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

IsReadOnly() 공개 메소드

public IsReadOnly ( ) : bool
리턴 bool

this() 공개 메소드

public this ( int index ) : ConfigurationGroupElement
index int
리턴 ConfigurationGroupElement

this() 공개 메소드

public this ( string key ) : ConfigurationGroupElement
key string
리턴 ConfigurationGroupElement