var first_item = list.First();
//If you are using .net 3.5 or later: myList.First() //if not myList[0]
contents.Skip(1).ToArray()