다음을 통해 공유


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

여러 줄이 생성될 때 사용할 들여쓰기 수준입니다.

반환

설명입니다.

적용 대상