bigloo.foreign.eval_funcall_1 C# (CSharp) Method

eval_funcall_1() public static method

public static eval_funcall_1 ( procedure fun, Object a0 ) : Object
fun procedure
a0 Object
return Object
        public static Object eval_funcall_1( procedure  fun,
					   Object     a0 )
        {
            return fun.funcall1( a0 );
        }
foreign