如何添加在C#.NET文档换行符文档、换行符、NET

由网友(虽然90后00后们大多数还是用QQ,但微信功能的便利性还是拥)分享简介:这应该是waaaay容易... This should be waaaay easier...我想一个codeD换行添加到XML文档中的我的code I want to add a "coded" line break to the XML documentation in my code/// 这应该是waaaay容易...

This should be waaaay easier...

我想一个codeD换行添加到XML文档中的我的code

I want to add a "coded" line break to the XML documentation in my code

/// <summary>
/// Get a human-readable variant of the SQL WHERE statement of the search element. &lt;br/&gt;
/// Rather than return SQL, this method returns a string with icon-tokens, which 
/// could be used to represent the search in a condensed pictogram format.
/// </summary>

正如你所看到的,我发现了一些答案,证明添加&LT;和>括号。 有趣的是,良好的OL&LT; BR />换行不创建一个在INTELI-SENSE弹出一个换行符。

As you can see, I found some answers that demonstrated adding < and > brackets. Interestingly, the good 'ol < br/ > line break does not create a line break IN THE INTELI-SENSE popup.

我觉得这恼人的...

I find this annoying...

有什么建议?

推荐答案

添加&LT;对/&GT; 。这会给你一个段落休息。

Add a <para />. This will give you a paragraph break.

阅读全文

相关推荐

最新文章