Lecture overview -- Keyboard shortcut: 'u'  Previous page: Generic Delegates -- Keyboard shortcut: 'p'  Next page: Generic types and methods - Pros and Cons -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    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
reproduction.cs
A reproduction of the generic Action and Function delegate types.