Method | Description | |
---|---|---|
Add ( Object key, Object value ) : void | ||
Clear ( ) : void | ||
Contains ( Object key ) : bool | ||
CopyTo ( |
||
GetEnumerator ( ) : IDictionaryEnumerator | ||
Remove ( Object key ) : void | ||
this ( Object key ) : Object |
Method | Description | |
---|---|---|
BaseChannelObjectWithProperties ( ) : System.Collections |
Method | Description | |
---|---|---|
IEnumerable ( ) : IEnumerator |
public Add ( Object key, Object value ) : void | ||
key | Object | |
value | Object | |
return | void |
protected BaseChannelObjectWithProperties ( ) : System.Collections | ||
return | System.Collections |
public CopyTo ( |
||
array | ||
index | int | |
return | void |
public GetEnumerator ( ) : IDictionaryEnumerator | ||
return | IDictionaryEnumerator |