Déléguer avec paramètre et retour

public delegate int TestDelegate(object obj1, object obj2);
For Those About To Rock