Ok, suppose you define a delegate in some class.
public delegate void StringDelegate (string s);
and another class implements a method :
The two are equivalent. The latter is syntax new with C# 2.0.