|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Encapsulates a method that has parameters and does not return a value. More...
#include <Action.h>
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.