What is the easiest way to get an array tail in C # - that is, all but first element.
var myArray = GetSomeArray (); MyArray = myArray.Skip (1) .oir ();
Note that I may avoid calling iOArray () as much as possible, and IEnumerable & lt; T & gt; In the net instead of
Comments
Post a Comment