Method | Description | |
---|---|---|
Clear ( ) : void | ||
First ( ) : object>>.IIterator |
||
GetView ( ) : object>.IMapView |
||
HasKey ( string key ) : bool | ||
Insert ( string key, object value ) : bool | ||
Lookup ( string key ) : object | ||
Remove ( string key ) : void |
public Insert ( string key, object value ) : bool | ||
key | string | |
value | object | |
return | bool |