Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
System ( ) : System.Collections.IEnumerator |
public Add ( object key, object value ) : void | ||
key | object | |
value | object | |
return | void |
public CopyTo ( System array, int index ) : void | ||
array | System | |
index | int | |
return | void |
public GetEnumerator ( ) : System.Collections.IDictionaryEnumerator | ||
return | System.Collections.IDictionaryEnumerator |
public HybridDictionary ( bool caseInsensitive ) | ||
caseInsensitive | bool |
public HybridDictionary ( int initialSize, bool caseInsensitive ) | ||
initialSize | int | |
caseInsensitive | bool |