Example #1
0
 public override ObjectData GetObjectData(long row)
 {
     return(arrayData.GetArrayElement(Snapshot, arrayInfo, (int)row, true));
 }