Esempio n. 1
0
 public int AccessByValueTest(int[] array, int a)
 {
     list.Add(array);
     return(list.AccessByValue(a));
 }