bigloo.foreign.BGL_WEAKPTRP C# (CSharp) Method

BGL_WEAKPTRP() public static method

public static BGL_WEAKPTRP ( Object o ) : bool
o Object
return bool
        public static bool BGL_WEAKPTRP(Object o)
        {
            return (o is weakptr);
        }
foreign