List<double> aList; aList.Add(2.71828); aList.Add(1.61803); aList.Add(3.14159); double pi; pi = aList.First(); aList.removeFirst();