This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TMap
| Type | Name | Description | |
|---|---|---|---|
| void | Move all items from another map into our map (if any keys are in both, the value from the other map wins) and empty the other map. | ||
| void | Add all items from another map to our map (if any keys are in both, the value from the other map wins). |