CSharp - Delegate
Delegate tutorial
HOME
CSharp
Delegate
Introduction
The tutorial for Delegate are organized in the following chapters.
Delegate
delegate
Delegates Definition
Quiz:1 Topic:2
delegate create and invoke
Topic:2
Multicast Delegates
Topic:7
Delegate Instance and Static Method Targets
Generic Delegate
Generic Delegate Types
Func and Action Delegates
Topic:2
Delegate Type Compatibility
Event
Events Definition
Topic:3
Standard Event Pattern
Lambda
Lambda Expressions
Topic:3
Lambda Outer Variables Capturing
Topic:2
Anonymous Methods
Anonymous Methods