ICSharpHelper.XmlComment(String, Int32) 方法

定义

生成 XML 文档注释。 处理转义和换行符。

public string XmlComment (string comment, int indent = 0);
abstract member XmlComment : string * int -> string
Public Function XmlComment (comment As String, Optional indent As Integer = 0) As String

参数

comment
String

评论。

indent
Int32

生成多行时要使用的缩进级别。

返回

评论。

适用于