Esempio n. 1
0
 public int MinItemIndexTest(int[] massive)
 {
     testList.Add(massive);
     return(testList.MinItemIndex());
 }