|
|
|
|
|
by zamalek
3031 days ago
|
|
> You or some other maintainer will need to know what that type is later when reading the code. The Microsoft rule is to only use var when the type is obvious from the assignment. That essentially boils down to new, cast and anonymous types. |
|