예제 #1
0
파일: KJson.cs 프로젝트: zkrzhangdb/UniKh
 public virtual long LongByIndex(int index)
 {
     return(ListData.Long(index));
 }