SyntaxFix
Write A Post
Hire A Developer
Questions
List<Book> books_2 = new List<Book>(books_2.ToArray());
That should do exactly what you want. Demonstrated here.