示例#1
0
文件: KJson.cs 项目: zkrzhangdb/UniKh
 public virtual long LongByIndex(int index)
 {
     return(ListData.Long(index));
 }