【发布时间】:2019-12-03 00:16:50
【问题描述】:
我收到“XML 元素未关闭”的错误消息。我不确定如何转义 <code> 中的泛型参数。
/// <summary>
/// The configuration of the api specific
/// </summary>
/// <Remark>
/// Allows for dependency injecting configurations
/// </Remark>
/// <code>
/// private IOptionsMonitor<ApiConfig> _options;
/// </code>
【问题讨论】:
-
您在寻找
&lt;和&gt;吗? -
@Amy 成功了。谢谢
-
这能回答你的问题吗? Generics in XML documentation issue