|
Name |
Description |
|
AtPut(Int32,
RXObject)
|
Adds to the dictionary a value with given id. |
|
AtPut(String,
RXObject)
|
Adds to the dictionary a value with given key. |
|
AtPut(Int32,
RXObject, RXObject)
|
Adds to the dictionary a value with given id. |
|
AtPut(String, RXObject,
Int32)
|
Adds to the dictionary a value with given key. In retId returns
id assigned to this value. |
|
AtPut(String, RXObject,
RXObject)
|
Adds to the dictionary a value with given id. |
|
AtPut(String, RXObject,
Int32, RXObject)
|
Adds to the dictionary a value with given key. In retId returns
id assigned to this value. |