Line Continuation Character

Lines of C# code can often be quite long and difficult to read so you are encouraged to use break up long lines of code onto multiple lines.
Unlike VBA, C# is not really line-based so it does not have a specific line continution character.
Large gaps of white space and carriage returns are fine (except in strings).



VB.Net

This was removed in Visual Studio 2010 and replaced with implicit continuation.


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext