Skip to content

Latest commit

 

History

History

delegates

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

How To Use Delegates With Threads in C#

This article learn about How To Use Delegates With Threads in C#,this tutorial explains how to invoke delegate  application with Threading. Here we will discuss step by step to create a console application using the C# programming language. Delegates is a type that represents references to methods with a particular parameter list and return type. When you instantiate a delegate, you can associate its instance with any method with a compatible signature and return type. You can invoke (or call) the method through the delegate instance. You can read more about Delegates in Here. For complete tutorial you can visit my website https://camellabs.com/