bigloo.foreign.BGL_MMAPP C# (CSharp) Method

BGL_MMAPP() public static method

public static BGL_MMAPP ( Object o ) : bool
o Object
return bool
        public static bool BGL_MMAPP( Object o )
        {
            return (o is mmap);
        }
foreign