CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
action.h
1
3
#ifndef _aspose_system_action_h_
4
#define _aspose_system_action_h_
5
6
#include "system/multicast_delegate.h"
7
8
namespace
System
9
{
39
template
<
class
... Args>
40
using
Action
= MulticastDelegate<void(Args...)>;
41
42
}
// namespace System
43
#endif
// _action_h_
System
Definition:
db_command.h:9
System::Action
MulticastDelegate< void(Args...)> Action
Delegate type that references methods that have no return value.
Definition:
action.h:40
include
system
action.h
Generated by
1.9.4