Method | Description | |
---|---|---|
Add ( object key, object value ) : void | ||
Clear ( ) : void | ||
Contains ( object key ) : bool | ||
CopyTo ( System array, int index ) : void | ||
GetEnumerator ( ) : System.Collections.IDictionaryEnumerator | ||
ListDictionary ( ) | ||
ListDictionary ( System comparer ) | ||
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 |