Object
ObjectDictionary
ObjectDictionary | The default constructor for the ObjectDictionary. |
ObjectDictionary | A Constructor to construct a ObjectDictionary with non distinct keys. |
LastError | Use this property to get the Last error code generated by the dictionary. |
Add | Use this method to add a object to the dictionary using object as a key. |
Add | Use this method to add a object to the dictionary using string as a key. |
Clear | Use this method to clear all items from the dictionary. |
ClearError | Use this method to clear the last error. |
Count | Use this function to get the number of items in the dictionary. |
Exists | Use this function to check for existence of a object key in the dictionary. |
Exists | Use this function to check for existence of a string key in the dictionary. |
GetKeySet | Use this method to get a set of elements with the same object key when the dictionary is in multikey mode. |
GetKeySet | Use this method to get a set of elements with the same string key when the dictionary is in multikey mode. |
Item | Use this setter/getter function to get or set element by a string key. |
Item | Use this setter/getter function to get or set element by a object key. |
Remove | Use this method to add remove object from the dictionary by a given string key. |
Remove | Use this method to add remove object from the dictionary by a given object key. |