Click or drag to resize

DocCommentAdd Method (DocComment)

Add the specified DocComments to the documentation comment.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void Add(
	params DocComment[] docComments
)

Parameters

docComments
Type: Nova.CodeDOMDocComment
See Also