bigloo.foreign.PROCEDURE_1_EL_REF C# (CSharp) Method

PROCEDURE_1_EL_REF() public static method

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