I have the following code block.
/// <summary>
/// AMethod produces this XML:
/// <A><B></B></A>
/// </summary>
public void AMethod()
{
}
When I do this IntelliSense does not print the XML, if I hover over AMethod. How do I get it to print the XML?
You need to escape the XML
This will then render the IntelliSense as follows: