Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
System
Configuration
KeyValueInternalCollection
C# 클래스 System.Configuration.KeyValueInternalCollection
상속:
System.Collections.Specialized.NameValueCollection
파일 보기
프로젝트 열기: gbarnett/shared-source-cli-2.0
1 사용 예제들
공개 메소드들
메소드
설명
Add
(
String
key
,
String
value
) :
void
Clear
( ) :
void
KeyValueInternalCollection
(
AppSettingsSection
root
) :
System
Remove
(
string
key
) :
void
메소드 상세
Add()
공개
메소드
public
Add
(
String
key
,
String
value
) :
void
key
String
value
String
리턴
void
Clear()
공개
메소드
public
Clear
( ) :
void
리턴
void
KeyValueInternalCollection()
공개
메소드
public
KeyValueInternalCollection
(
AppSettingsSection
root
) :
System
root
AppSettingsSection
리턴
System
Remove()
공개
메소드
public
Remove
(
string
key
) :
void
key
string
리턴
void