C# 클래스 System.Net.SpnDictionary

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

공개 메소드들

메소드 설명
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
this ( string key ) : string

비공개 메소드들

메소드 설명
GetCanonicalKey ( string key ) : string
InternalGet ( string canonicalKey ) : string
InternalSet ( string canonicalKey, string spn ) : void
SpnDictionary ( ) : System

메소드 상세

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 System.Array
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Remove() 공개 메소드

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

this() 공개 메소드

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