Linq has a convenient operator method called Take() to return a given number of elements in anything that implements IEnumerable. Is there anything
Take()
IEnumerable
If you want to both get the elements as well as remove them from the array, use splice.
If you want to keep the elements in the array, use slice