Beispiel #1
0
	public static int test_56_double () {
		DoubleDelegate l = new DoubleDelegate (double_delegate);

		return (int)l (55);
	}
Beispiel #2
0
        public static int test_56_double()
        {
            DoubleDelegate l = new DoubleDelegate(double_delegate);

            return((int)l(55));
        }