What is Delegate in C# Why and How to Use
A Delegate is a reference type that refers to a method.it use to pass methods as arguments to other method. Which is used to invoke the method at a later …
What is Delegate in C# Why and How to Use Read More