Tao.Lua SDK Documentation

Lua.lua_gettop Method 

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

See Also

Lua Class | Tao.Lua Namespace