Sometimes without enough sleep, your code could look like this the next morning:
StringBuilder MyStringBuilder = new StringBuilder();
MyStringBuilder.Append("Hello" + "Hello B");
Sometimes without enough sleep, your code could look like this the next morning:
StringBuilder MyStringBuilder = new StringBuilder();
MyStringBuilder.Append("Hello" + "Hello B");