In C# one can give a function signature a strong n...
# announcements
e
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);