Method | Description | |
---|---|---|
AddCommentBuilder ( string text ) : System | ||
Build ( ) : |
Builds the Comment.
|
|
SetText ( string text ) : AddCommentBuilder |
The Text for the Comment.
|
public AddCommentBuilder ( string text ) : System | ||
text | string | |
return | System |
public SetText ( string text ) : AddCommentBuilder | ||
text | string | the Text |
return | AddCommentBuilder |