Tao.Lua SDK Documentation

Lua.luaL_ref Method 

[Visual Basic]
Public Shared Function luaL_ref( _
   ByVal L As IntPtr, _
   ByVal t As Integer _
) As Integer
[C#]
public static int luaL_ref(
   IntPtr L,
   int t
);

See Also

Lua Class | Tao.Lua Namespace