Ce contenu n'est pas disponible dans la langue sélectionnée.
13.2. Map and List Representation in Native Data Types
Language | map | list |
---|---|---|
Python | dict | list |
C++ | Variant::Map | Variant::List |
Java | MapMessage | ListMessage |
.NET | Dictionary<string, object> | Collection<object> |