Property | Type | Description | |
---|---|---|---|
GetMessageValue | Object | ||
HasUserData | bool | ||
IDictionary | IDictionaryEnumerator | ||
IEnumerable | IEnumerator | ||
MessageDictionary | System | ||
SetSpecialKey | void |
Method | Description | |
---|---|---|
Add ( Object key, Object value ) : void | ||
Clear ( ) : void | ||
Contains ( Object key ) : bool | ||
CopyTo ( |
||
Remove ( Object key ) : void | ||
this ( Object key ) : Object |
Method | Description | |
---|---|---|
ContainsSpecialKey ( Object key ) : bool |
Method | Description | |
---|---|---|
GetMessageValue ( int i ) : Object | ||
HasUserData ( ) : bool | ||
IDictionary ( ) : IDictionaryEnumerator | ||
IEnumerable ( ) : IEnumerator | ||
MessageDictionary ( String keys, IDictionary idict ) : System | ||
SetSpecialKey ( int keyNum, Object value ) : void |
public Add ( Object key, Object value ) : void | ||
key | Object | |
value | Object | |
return | void |
protected ContainsSpecialKey ( Object key ) : bool | ||
key | Object | |
return | bool |
public CopyTo ( |
||
array | ||
index | int | |
return | void |