Method | Description | |
---|---|---|
AddHeaderComment ( ICommentElement comment ) : void |
Adds a header comment to this element.
|
|
AddHeaderCommentLine ( string commentLine ) : void |
Adds a header comment line to this element.
|
|
AddHeaderCommentLine ( string commentLine, bool xmlComment ) : void |
Adds a header comment line to this element.
|
|
ClearHeaderCommentLines ( ) : void |
Clears all header comments.
|
|
Clone ( ) : object |
Creates a clone of the instance and assigns any state.
|
public AddHeaderComment ( ICommentElement comment ) : void | ||
comment | ICommentElement | The comment. |
return | void |
public AddHeaderCommentLine ( string commentLine ) : void | ||
commentLine | string | The comment line. |
return | void |
public AddHeaderCommentLine ( string commentLine, bool xmlComment ) : void | ||
commentLine | string | Comment line text. |
xmlComment | bool | Whether or not the comment is an XML comment. |
return | void |