Ejemplo n.º 1
0
	public static int test_0_marshal_primitive_byref_delegate () {
		PrimitiveByrefDelegate d = new PrimitiveByrefDelegate (delegate_test_primitive_byref);

		return mono_test_marshal_primitive_byref_delegate (d);
	}
Ejemplo n.º 2
0
    public static int test_0_marshal_primitive_byref_delegate()
    {
        PrimitiveByrefDelegate d = new PrimitiveByrefDelegate(delegate_test_primitive_byref);

        return(mono_test_marshal_primitive_byref_delegate(d));
    }
Ejemplo n.º 3
0
	public static extern int mono_test_marshal_primitive_byref_delegate (PrimitiveByrefDelegate d);
Ejemplo n.º 4
0
 public static extern int mono_test_marshal_primitive_byref_delegate(PrimitiveByrefDelegate d);