Will the code compile
using System; namespace Test1_Delegate { public delegate int MultiDel(int a, int b); class A : System.Delegate{ } }
No.
We cannot derive from the Delegate class.