C# 클래스 System.Collections.Specialized.CaseSensitiveStringDictionary

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

공개 메소드들

메소드 설명
Add ( string key, string value ) : void
CaseSensitiveStringDictionary ( ) : System.Runtime.InteropServices
ContainsKey ( string key ) : bool
Remove ( string key ) : void
this ( string key ) : string

메소드 상세

Add() 공개 메소드

public Add ( string key, string value ) : void
key string
value string
리턴 void

CaseSensitiveStringDictionary() 공개 메소드

public CaseSensitiveStringDictionary ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

Remove() 공개 메소드

public Remove ( string key ) : void
key string
리턴 void

this() 공개 메소드

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