CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
send_or_post_callback.h
1
2#pragma once
3
4#include <system/shared_ptr.h>
5#include <system/object.h>
6#include <system/multicast_delegate.h>
7
8namespace System {
9
10namespace Threading {
11
12using SendOrPostCallback = System::MulticastDelegate<void(System::SharedPtr<Object>)>;
13} // namespace Threading
14} // namespace System
15
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
System::MulticastDelegate< void(System::SharedPtr< Object >)> SendOrPostCallback
Definition: send_or_post_callback.h:12
Definition: db_command.h:9