IEnumerable _Book_IE List _Book_List
How shall I do in order to convert _Book_List into IEnumerable
_Book_List
IEnumerable
Why not use a Single liner ...
IEnumerable _Book_IE= _Book_List as IEnumerable;