Initializes a new instance of the CommentedText class.

CommentedText(String)

public CommentedText(string comment);

CommentedText(String, Int, Int)

public CommentedText(string comment, int start, int length);

CommentedText(String, CommentedText)

public CommentedText(string comment, CommentedText repliedComment);

Parameters

Parameter Description
comment Specifies a comment string.
start Specifies the index (one-based) of the commented text's first character.
length Specifies the number of characters which belong to the commented text.
repliedComment The new comment is a reply to this comment.