If I have an array with 12 elements and I want a new array with that drops the first and 12th elements. For example, if my array looks like this:
__ __ __ _
If you want to avoid manually indexing the array. Don't try to pull request that anywhere though:
var newArray = oldArray.Skip(1).Reverse().Skip(1).Reverse().ToArray()