C# 클래스 System.Configuration.KeyValueConfigurationElement

상속: ConfigurationElement
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
KeyValueConfigurationElement System

공개 메소드들

메소드 설명
KeyValueConfigurationElement ( string key, string value ) : System

보호된 메소드들

메소드 설명
Init ( ) : void

비공개 메소드들

메소드 설명
KeyValueConfigurationElement ( ) : System

메소드 상세

Init() 보호된 메소드

protected Init ( ) : void
리턴 void

KeyValueConfigurationElement() 공개 메소드

public KeyValueConfigurationElement ( string key, string value ) : System
key string
value string
리턴 System