Exemplo n.º 1
0
        static void Main(string[] args)
        {
            delehello delH = hello;
            delehello delG = goodbye;

            delehello delX = delH + delG + delH + delG;

            delX("ha ha ha .");
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            delehello delH = hello;

            delH();
        }
Exemplo n.º 3
0
        static void Main(string[] args)
        {
            delehello delH = hello;

            delH(); Console.ReadKey();
        }