Lecture overview -- Keyboard shortcut: 'u'  Previous page: Generic Methods -- Keyboard shortcut: 'p'  Next page: Predefined generic delegates -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Generic Types and Methods - slide 19 : 21

Generic Delegates
generic-function-composition.cs
Generic reprogramming of the program that composes functions.
output
Output from the Generic reprogramming of the program that composes functions.
generic-function-composition.cs
An example that involves other types than double.
output
Output from the example that involves the types double, int, and Die.