bigloo.foreign.STRUCT_REF C# (CSharp) Method

STRUCT_REF() public static method

public static STRUCT_REF ( bstruct o, int i ) : Object
o bstruct
i int
return Object
        public static Object STRUCT_REF( bstruct o, int i )
        {
            return o.values[i];
        }
foreign