bigloo.foreign.PROCEDURE_1_EL_SET C# (CSharp) Method

PROCEDURE_1_EL_SET() public static method

public static PROCEDURE_1_EL_SET ( procedure p, int i, Object o ) : Object
p procedure
i int
o Object
return Object
        public static Object PROCEDURE_1_EL_SET( procedure p, int i, Object o )
        {
            p.env[i]= o;
            return unspecified._unspecified;
        }
foreign