Method | Description | |
---|---|---|
Comment ( int pos, int len, |
Constructs a new Comment
|
|
GetCommentType ( ) : Token.CommentType |
Returns the comment style
|
|
GetValue ( ) : string |
Returns a string of the comment value. Returns a string of the comment value. |
|
SetCommentType ( |
Sets the comment style
|
|
ToSource ( int depth ) : string | ||
Visit ( NodeVisitor v ) : void |
Comment nodes are not visited during normal visitor traversals, but comply with the
|
public Comment ( int pos, int len, |
||
pos | int | the start position |
len | int | the length including delimiter(s) |
type | the comment type | |
value | string | the value of the comment, as a string |
return | System.Text |
public GetCommentType ( ) : Token.CommentType | ||
return | Token.CommentType |
public SetCommentType ( |
||
type |
/// the comment style, a
/// |
|
return | void |