I wanted to use the var keyword to declare a field in my class however var only seems to work inside methods.
How to cast/convert a var type to a List type? This code snippet is giving me error: List<Student> studentCollection = Student.Get();