CSharpProcedural.

AppendSingleLineXmlComment(StringBuilder, int, string) Method

Summary

Appends `comment` inside summary tags as appropriate for a C# XML comment.

Syntax

public static void AppendSingleLineXmlComment(StringBuilder text, int indent, string comment)

Parameters

Name Type Description
text StringBuilder
indent int
comment string

Return Value

Type Description
void