Answers for "what is the use of delegates in c#"

C#
0

what are delegates and how to use them c#

public delegate void MyDelegate(string text);
Posted by: Guest on December-23-2020
0

what are delegates and how to use them c#

delegate result-type identifier ([parameters])
Posted by: Guest on December-23-2020

Code answers related to "what is the use of delegates in c#"

C# Answers by Framework

Browse Popular Code Answers by Language