DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
DotNetDupe::System::Action< Args > Class Template Reference

Encapsulates a method that has parameters and does not return a value. More...

#include <Action.h>

Detailed Description

template<typename... Args>
class DotNetDupe::System::Action< Args >

Encapsulates a method that has parameters and does not return a value.

Encapsulates a parameterless method that does not return a value.

Modeled after .NET System.Action delegates. Provides type-erased functor wrapping for free functions, member functions, functors, and C++ lambdas.

Definition at line 46 of file Action.h.


The documentation for this class was generated from the following file: