XmlCommentToken sealed class XmlCommentToken : XmlToken The token that is used for comments. Documentation Code public string Data { get; } Gets or sets the supplied data. public XmlCommentToken(TextPosition position) Creates a new comment token. public XmlCommentToken(TextPosition position, string data) Creates a new comment token with the supplied data.