collections examples
June 22, 2025 ยท View on GitHub
This folder contains collections examples used by Reference Guide and more.
- array_list shows how to use xtd::collections::array_list alias.
- array_list2 shows how to use xtd::collections::array_list alias.
- array_list3 shows how to use xtd::collections::array_list alias.
- bit_array shows how to use xtd::collections::bit_array class.
- hashtable shows how to use xtd::collections::hashtable alias.
- hashtable2 shows how to use xtd::collections::hashtable alias.
- ienumerable shows how to use xtd::collections::ienumerable interface.
- ienumerator shows how to use xtd::collections::ienumerator interface.
- ilist shows how to use xtd::collections::ilist interface.
Build and run any project
Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:
xtdc run -t any_project_name