Y
Hacker News
new
|
ask
|
show
|
jobs
by
lightbyte
3169 days ago
Are you talking about "var"? Because that shouldn't affect your performance, this generates equal IL code:
var x = 10;
int x = 10;