May 19, 2007
Hi Guys
I have a confusion in understanding “signature and parameter”. The sentence says that “The delegate and method is having the same signature and parameters type”
public delegate double Delegate_Prod(int a,int b);
static double fn_Prodvalues(int val1,int val2)
I have given two codes obtained from the same program. Please anybody explain me what is meant by signature and parameter.
Thank you