How to remove the first item from a non-foreach array.
I have tried this, but it says that there is no remove or removeAt method.
int[] arr = {1,2,3,4,5};
var removeu = Array.Remove(arr,0);//Agora percebi que isso é javascript, rs
This...
asked by
06.07.2015 / 22:57