Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 448 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 448 Bytes

Delegates example

A practical demonstration, including Action and Func

  • Func Delegate: creating and explaining
  • Action Delegate: creating and explaining
  • Creating anonymous methods: anonymous Delegate
  • Creating anonymous methods: anonymous Func
  • Creating anonymous methods: anonymous Action
  • Using Delegates in other projects: WinForms
  • Using Anonymous Delegates in other projects: WinForms