I am going to summarize my problem into the following code snippet.
List list = new List() { 5, 56, 2, 4, 63, 2 }; Console.WriteLine(li
Because First() is not a method of List. It is defined in Linq Extension to IEnumerable<>
First()
List
IEnumerable<>