Ejemplo n.º 1
0
 public static void MessageWizard(DSaysAnything fn)
 {
     fn("Rahul");
 }
Ejemplo n.º 2
0
        public static void Case1()
        {
            DSaysAnything x = Function;

            x("Rahul");
        }