Structure <!-- some text --> is a comment in XML, but I would like to put this text inside another tag and I don't want it to be treated as a comment, just as text (I need it in visual studio's class's comment), like this:
<summary>
(...) that contains
sections marked with <!--[section_name]--> at the beginning.
</summary>
How do I do this?