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