|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
19 template<
class ...arguments_t>
20 using action = delegate <void(arguments_t...)>;
Contains xtd::delegate <result_t(arguments_t...)> delegate.
delegate< void(arguments_t...)> action
Represents a xtd::delegate that has variable parameters and does not return a value.
Definition action.hpp:20
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10