Skip to content

Delegates in C# practical demonstration, including Action and Func

Notifications You must be signed in to change notification settings

NikoNenov/DelegatesExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Delegates in C# practical demonstration, including Action and Func

Topics

Resources

Stars

Watchers

Forks

Languages