bigloo.foreign.make_weakptr C# (CSharp) Method

make_weakptr() public static method

public static make_weakptr ( Object o ) : weakptr
o Object
return weakptr
        public static weakptr make_weakptr(Object o)
        {
            return new weakptr(o);
        }
foreign