bigloo.foreign.symbol_exists_p C# (CSharp) Method

symbol_exists_p() public static method

public static symbol_exists_p ( byte name ) : bool
name byte
return bool
        public static bool symbol_exists_p( byte[]  name )
        {
            return symbol.exists( name );
        }
foreign