Join Slack
Powered by
In C# one can give a function signature a strong n...
# announcements
e
ean5533
06/10/2016, 6:30 PM
In C# one can give a function
signature
a strong name, using the
delegate
key word. e.g.
public delegate int PerformCalculation(int x, int y);
Open in Slack
Previous
Next