Generic Types and Methods
- slide 20 : 21
Predefined generic delegates
The
System
namespace contains a set of generic
Func
and
Action
delegates that cover the signature of most functions
A reproduction of the generic Action and Function delegate types.