예제 #1
0
        static void Main(string[] args)
        {
            delehello delH = hello;
            delehello delG = goodbye;

            delehello delX = delH + delG + delH + delG;

            delX("ha ha ha .");
        }
예제 #2
0
        static void Main(string[] args)
        {
            delehello delH = hello;

            delH();
        }
예제 #3
0
        static void Main(string[] args)
        {
            delehello delH = hello;

            delH(); Console.ReadKey();
        }