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

상속: StringDictionary
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
Add ( string key, string value ) : void
Clear ( ) : void
ContainsKey ( string key ) : bool
ContainsValue ( string value ) : bool
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
Remove ( string key ) : void
StringDictionaryWrapper ( string>.Dictionary contents ) : System.Collections.Generic
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 ( Array array, int index ) : void
array Array
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Remove() 공개 메소드

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

StringDictionaryWrapper() 공개 메소드

public StringDictionaryWrapper ( string>.Dictionary contents ) : System.Collections.Generic
contents string>.Dictionary
리턴 System.Collections.Generic

this() 공개 메소드

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