I am experimenting with calling delegate functions from a delegate array. I\'ve been able to create the array of delegates, but how do I call the delegate?
publ
public class MainClass { static void Main() { pd[0](); pd[1](); } }