bigloo.foreign.bgl_string_to_procedure_entry C# (CSharp) Method

bgl_string_to_procedure_entry() public static method

public static bgl_string_to_procedure_entry ( byte s ) : Object
s byte
return Object
        public static Object bgl_string_to_procedure_entry(byte [] s)
        {
            fail( "string->procedure-entry", "not impleemented", s );
            return BUNSPEC;
        }
foreign