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