Sometimes, I notice I add an additional ; after a statement.
;
Example:
Console.WriteLine("meow");;
Will that effect the performance in my app? Specifically, I am wondering about C#.
No, it is ignored as it doesn't get compiled into any IL.
1.4m articles
1.4m replys
5 comments
57.0k users