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

Primary template declaration for the Func delegate family. More...

Detailed Description

template<typename TResult, typename... Args>
class DotNetDupe::System::Func< TResult, Args >

Primary template declaration for the Func delegate family.

Template Parameters
TResultThe return type of the encapsulated method.
ArgsThe argument types passed to the encapsulated method.

Definition at line 42 of file Func.h.


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