bigloo.foreign.STRUCTP C# (CSharp) Method

STRUCTP() public static method

public static STRUCTP ( Object o ) : bool
o Object
return bool
        public static bool STRUCTP( Object  o )
        {
            return (o is bstruct);
        }
foreign