Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
CaseDictionary
C# 클래스 CaseDictionary, code
상속:
IDictionary
,
IDictionary
,
IReadOnlyDictionary
파일 보기
프로젝트 열기: shendongnian/code
1 사용 예제들
공개 메소드들
메소드
설명
Add
(
string
aKey
,
aValue
) :
void
CaseDictionary
( )
CaseDictionary
(
IDictionary
init
)
CaseDictionary
(
int
init
)
ContainsKeyCS
(
string
aKey
) :
bool
TryGetValueCS
(
string
aKey
, &
aValue
) :
bool
비공개 메소드들
메소드
설명
IndexerPropertyAtCS
( )
메소드 상세
Add()
공개
메소드
public
Add
(
string
aKey
,
aValue
) :
void
aKey
string
리턴
void
CaseDictionary()
공개
메소드
public
CaseDictionary
( )
CaseDictionary()
공개
메소드
public
CaseDictionary
(
IDictionary
init
)
init
IDictionary
CaseDictionary()
공개
메소드
public
CaseDictionary
(
int
init
)
init
int
ContainsKeyCS()
공개
메소드
public
ContainsKeyCS
(
string
aKey
) :
bool
aKey
string
리턴
bool
TryGetValueCS()
공개
메소드
public
TryGetValueCS
(
string
aKey
, &
aValue
) :
bool
aKey
string
리턴
bool