共用方式為


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

產生多行時要使用的縮排層級。

傳回

註解。

適用於