xtd.core object examples
July 12, 2024 ยท View on GitHub
This folder contains object examples used by Reference Guide and more.
- object shows hows how to use xtd::object class.
- object_and_iequatable shows hows how to use xtd::object and xtd::iequatable.
- object_equals shows how to use xtd::object::equals method.
- object_equals2 shows how to use xtd::object::equals static method.
- object_get_type shows how to use xtd::object::get_type method.
- object_memberwise_clone shows how to use xtd::object::memberwise_clone method.
- object_reference_equals shows hows how to use xtd::object::reference_equals static method.
- object_to_string shows hows how to use xtd::object::to_string method.
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