KopiLua.Lua.lua_TValue.this C# (CSharp) Метод

this() публичный Метод

public this ( int offset ) : lua_TValue
offset int
Результат lua_TValue
			public lua_TValue this[int offset]
			{
				get { return this.values[this.index + offset]; }
			}

Same methods

Lua.lua_TValue::this ( uint offset ) : lua_TValue