Tao.Lua SDK Documentation

Lua.lua_Reader Delegate

[Visual Basic]
Public Delegate Function Lua.lua_Reader( _
   ByVal L As IntPtr, _
   ByVal ud As IntPtr, _
   ByRef sz As UInt32 _
) As String
[C#]
public delegate string Lua.lua_Reader(
   IntPtr L,
   IntPtr ud,
   ref uint sz
);

Requirements

Namespace: Tao.Lua

Assembly: Tao.Lua (in Tao.Lua.dll)

See Also

Tao.Lua Namespace