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

상속: IEnumerable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string key, string value ) : void
Clear ( ) : void
ContainsKey ( string key ) : bool
ContainsValue ( string value ) : bool
CopyTo ( System array, int index ) : void
GetEnumerator ( ) : System.Collections.IEnumerator
Remove ( string key ) : void
StringDictionary ( )
this ( string key ) : string

메소드 상세

Add() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ContainsKey() 공개 메소드

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

ContainsValue() 공개 메소드

public ContainsValue ( string value ) : bool
value string
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( System array, int index ) : void
array System
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Collections.IEnumerator
리턴 System.Collections.IEnumerator

Remove() 공개 메소드

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

StringDictionary() 공개 메소드

public StringDictionary ( )

this() 공개 메소드

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