Exemple #1
0
 public string AccessAtIndexTest(int[] array, int i)
 {
     InitArray(array);
     return(list.AccessAtIndex(i));
 }