Bugzilla – Bug 571484
'var' keyword not recognised as anonymous type
Last modified: 2010-01-18 08:09:44 UTC
Any use of the var keyword (http://msdn.microsoft.com/en-us/library/bb383973.aspx) results in the following errors: Error CS0246: The type or namespace name 'var' could not be found (are you missing a using directive or an assembly reference?) (CS0246) Error CS0021: Cannot apply indexing with [] to an expression of type 'var' (CS0021)
Dup. *** This bug has been marked as a duplicate of bug 571488 ***