Get the tail of an array

Posted by Joel on Stack Overflow See other posts from Stack Overflow or by Joel
Published on 2010-05-17T03:58:01Z Indexed on 2010/05/17 4:00 UTC
Read the original article Hit count: 259

Filed under:

What is the simplest way to get the tail of an array in C# - ie. all but the first element.

© Stack Overflow or respective owner

Related posts about c#