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 and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Page 20 : 21
Object-oriented Programming in C#
Generic Types and Methods
Predefined generic delegates

The System namespace contains a set of generic Func and Action delegates that cover the signature of most functions

/user/normark/oop-csharp-1/sources/c-sharp/csharp-3/generic-delegates/reproduction.csA reproduction of the generic Action and Function delegate types.