This option controls whether var should be preferred when the type is apparent from the right-hand side of the assignment.
var x = new List<int>();
List<int> x = new List<int>();