W
web1110
This
Console.WriteLine(@"sl["B"]={0}", sl["B"]);
causes a syntax error.
How do I include the quote (") in a verbatum string? Leave off the @ and
backslash the quotes?
Console.WriteLine(@"sl["B"]={0}", sl["B"]);
causes a syntax error.
How do I include the quote (") in a verbatum string? Leave off the @ and
backslash the quotes?