size
integer |
element count |
toString
string |
textual form |
clear
doesn't return a value |
clear data function clear() |
find
returns string |
find function find(untyped value)returns the element key or null if not found |
get
returns untyped |
get named or indexed element function get(untyped key) |
new
returns Dictionary |
create new Dictionary function new() |
remove
doesn't return a value |
remove named or indexed element function remove(untyped key) |
set
doesn't return a value |
set named or indexed element function set(untyped key, untyped value) |
| Global context |