单项选择题

在LINQ中,下列的哪个方法可以将集合转化为List()

A.ToList()
B.ToArray()
C.ToDictionary()
D.ToLookup()