My understanding of the 'var' keyword is just C# syntactic sugar, which the compiler will translate into the actual CLR type for variable assignment, so the compiler is capable of compiling CLR 2.0 assemblies anyway.
Aaron Powell MVP - Internet Explorer (Development) | Umbraco Core Team Member | FunnelWeb Team Member http://apowell.me | http://twitter.com/slace | Skype: aaron.l.powell | MSN: aaz...@hotmail.com -----Original Message----- From: Michael Herndon [mailto:mhern...@wickedsoftware.net] Sent: Saturday, 7 May 2011 3:56 PM To: lucene-net-dev@lucene.apache.org Subject: Re: [Lucene.Net] var I think that is going to depend on if we are continuing .net 2.0 / C# 2.0 support or dropping it. On Sat, May 7, 2011 at 1:19 AM, Prescott Nasser <geobmx...@hotmail.com>wrote: > > Where do we stand on use of the var keyword? >