Tao.Lua.Lua.luaL_addchar C# (CSharp) Method

luaL_addchar() public static method

Adds the character c to the buffer B (see luaL_Buffer).
public static luaL_addchar ( luaL_Buffer &B, char c ) : void
B luaL_Buffer
c char
return void
        public static void luaL_addchar(ref luaL_Buffer B, char c)
        {
            // TODO: Implement luaL_addchar
            throw new NotImplementedException("The function you have called, luaL_addchar, is not yet implemented.");
        }
Lua