메소드 | 설명 | |
---|---|---|
Add ( object key, object value ) : void | ||
Clear ( ) : void | ||
Contains ( object key ) : bool | ||
CopyTo ( System array, int index ) : void | ||
GetEnumerator ( ) : System.Collections.IDictionaryEnumerator | ||
HybridDictionary ( ) | ||
HybridDictionary ( bool caseInsensitive ) | ||
HybridDictionary ( int initialSize ) | ||
HybridDictionary ( int initialSize, bool caseInsensitive ) | ||
Remove ( object key ) : void | ||
this ( object key ) : object |
메소드 | 설명 | |
---|---|---|
System ( ) : System.Collections.IEnumerator |
public GetEnumerator ( ) : System.Collections.IDictionaryEnumerator | ||
리턴 | System.Collections.IDictionaryEnumerator |
public HybridDictionary ( int initialSize, bool caseInsensitive ) | ||
initialSize | int | |
caseInsensitive | bool |