bigloo.foreign.PROCEDURE_EL_REF C# (CSharp) Method

PROCEDURE_EL_REF() public static method

public static PROCEDURE_EL_REF ( procedure p, int i ) : Object
p procedure
i int
return Object
        public static Object PROCEDURE_EL_REF( procedure p, int i )
        {
            return p.env[i];
        }
foreign