#include "any.hpp"#include "argument_null_exception.hpp"#include "async_result.hpp"#include "iequatable.hpp"#include "object.hpp"#include "object_ref.hpp"#include <functional>#include <stdexcept>#include <vector>#include "threading/thread_pool.hpp"Contains xtd::delegate <result_t(arguments_t...)> delegate.
Go to the source code of this file.
Classes | |
| class | xtd::delegate< result_t(arguments_t...) > |
| Represents a delegate, which is a data structure that refers to a static method or to a class instance && an instance method of that class. More... | |
Namespaces | |
| namespace | xtd |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Macros | |
| #define | delegate_ |
| The declaration of a delegate type is similar to a method signature. It has a return value and any number of parameters of any type. | |
Typedefs | |
| using | xtd::async_callback |
| References a method to be called when a corresponding asynchronous operation completes. | |