I searched a lot, but couldn\'t find how to show \'<\' char in C# XML comments?
You need to escape it as in normal XML: with < Same goes for > for >
<
>