Hello friends,
I want to know that the correct way to declare a delegate for calling the function say() defined in the sample class given below? Please give me an explanation also?
class student
{
public int say(int i, Single j)
{
}
}
Loading
VulpesPosted Dec 12, 2011, 12:53 PM
Satyapriya NayakPosted Dec 12, 2011, 11:26 AM
Please refer the below link
http://www.csharp-station.com/Tutorials/lesson14.aspx
Thanks