I have an int list with size 2. And inside this list have a value of 1 , 3 and an int array 0,1,2,3,4,5
How could I add array 1 and 3 to the int list?
Exemplifying