bigloo.foreign.PROCEDURE_SET C# (CSharp) Method

PROCEDURE_SET() public static method

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