예제 #1
0
파일: LuaPools.cs 프로젝트: guojianbin/ELua
 public LuaListItem GetListItem(LuaTable table, LuaList list, int index, LuaObject value)
 {
     return(new LuaListItem(vm, table, list, index, value));
 }