Did you try the normal XML escaping of <
– that should work, I believe:
/// <summary>
/// Less than is <
/// Greater than is >
/// Ampersand is &
/// </summary>
Basically it’s normal XML.
Did you try the normal XML escaping of <
– that should work, I believe:
/// <summary>
/// Less than is <
/// Greater than is >
/// Ampersand is &
/// </summary>
Basically it’s normal XML.