C# Delegates
Here is the C# Delegate Defination and Example. It is not provided by any Faculty of APTECH. This is uploaded by me after searching on Internet.
Delegate is a type which holds the method(s) reference in an object. It is also referred to as a type safe function pointer.
Advantages
- Encapsulating the method's call from caller
- Effective use of delegate improves the performance of application
- Used to call a method asynchronously
References :
Click Here to Download Class Delegates Program
0 comments:
Post a Comment