Ebeworld’s Weblog

Trying to create

Implicit typing

C# it uses var keyword, and the variable must be initialized non null statement (since compiler needs to know which type it is referring) at the time of declaring. Also it has to be used as local variable, not field, return value or parameters etc. It can’t be nullable, since its type has to be known.

November 23, 2008 - Posted by ebeworld | Uncategorized | | No Comments Yet

No comments yet.

Leave a comment