I have a library for which I have to create the XML documentation. Therefore, for all public methods and properties I inserted XML comments. Unfortunately, for some comments I have to insert the special character < or > to describe the return type (a List). The compiler continues to issue a warning for invalid character and indicates the character <.
How do I persuade the compiler to accept this character without warnings?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
You don't. You have to use the equivalent XML entity ( Note that if you use the
|
|||
|
|