/// <summary> /// Implements coroutine.yield. </summary> private static int @yield(Lua L) { return(L.@yield(L.Top)); }