xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
action.h
Go to the documentation of this file.
1
4
#pragma once
5
#include "
delegate.h
"
6
8
namespace
xtd
{
19
template
<
typename
... arguments_t>
20
using
action
= delegate <void(arguments_t...)>;
21
}
delegate.h
Contains xtd::delegate delegate.
xtd::action
delegate< void(arguments_t...)> action
Represents a xtd::delegate that has variable parameters and does not return a value.
Definition
action.h:20
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
xtd_about_box.h:10
Generated on Thu Oct 17 2024 16:02:58 for xtd by
Gammasoft
. All rights reserved.