I have a XML comment like that.
/// <summary>
/// Lorem ipsum
/// </summary>
/// <param name="entity"></param>
/// <returns></returns>
I’d like to place inside it a piece of the (multiline) code. How can I do that ?
Edit
Here’s the info about multiline code Adding line breaks to comments for Intellisense
You can use
<code>and<c>XML tagsPer comment, in the
<summary>you can use a<c>tag and outside<summary>you can use a<code>tag.