The purpose is to enumerate the list and count how many nullable values I have, It will be used in order to test some Linq code because I lack of database. The thing is that no matter how I tried to define it I get from my compiler: "The type or namespace name List
1' could not be found. Are you missing a using directive or an assembly reference?(CS0246)]".
thanks in advance.