Example #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);
	}
Example #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));
    }
Example #3
0
	public static extern int mono_test_marshal_primitive_byref_delegate (PrimitiveByrefDelegate d);
Example #4
0
 public static extern int mono_test_marshal_primitive_byref_delegate(PrimitiveByrefDelegate d);