bigloo.foreign.BGL_MVALUES_VAL_SET C# (CSharp) Method

BGL_MVALUES_VAL_SET() public static method

public static BGL_MVALUES_VAL_SET ( int n, Object o ) : Object
n int
o Object
return Object
        public static Object BGL_MVALUES_VAL_SET( int n, Object  o )
        {
            bgldynamic.abgldynamic.get().mvalues_values[n]= o;
            return unspecified._unspecified;
        }
foreign