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:
__ __ __ _
Array.Copy() will do that for you, but you still have to create your new array with its correct size.