SourceFile.AddXmlComment Method

Appends a TokenType.XmlComment token to the end of the linked list of tokens.

Parent Type: SourceFile

Namespace: DwellNet.CodeDoc

Assembly: CodeDocApi.dll

Syntax
C#

protected void AddXmlComment (
Token token

)

Parameters

token

The token to add.

Remarks

Any white space tokens that would precede the XML comment token are deleted, and their blanks are incorporated into the XML comment token.