Click or drag to resize

DocCommentAdd Method (DocComment)

Add the specified child DocComment to the documentation comment.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual void Add(
	DocComment docComment
)

Parameters

docComment
Type: Nova.CodeDOMDocComment
See Also