bigloo.foreign.MAKE_CELL C# (CSharp) Method

MAKE_CELL() public static method

public static MAKE_CELL ( Object o ) : cell
o Object
return cell
        public static cell MAKE_CELL( Object  o )
        {
            return new cell( o );
        }
foreign