Assembly: Visualizators;
The VZDataDictionary class implements an object used to work with a data dictionary.
To work with data array, use the VZDataArray class.
Property name | Brief description | |
AllKeys | The AllKeys property returns keys of all elements. | |
Count | The Count property returns dictionary size. | |
Item | The Itemproperty determine dictionary element by its key. |
Method name | Brief description | |
Add | The Add method adds a new element to dictionary. | |
Clear | The Clear method removes all dictionary elements. | |
Remove | The Remove method removes dictionary element by the specified key. |
See also: