예제 #1
0
 public T this[string id]
 {
     get { return(DataList[IdList.IndexOf(id) - 4]); }
 }