Beispiel #1
0
 public LuaListItem GetListItem(LuaTable table, LuaList list, int index, LuaObject value)
 {
     return(new LuaListItem(vm, table, list, index, value));
 }