Click or drag to resize

DocComment Constructor (DocComment)

Create a DocComment with the specified children DocComments as content.

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

Parameters

docComments
Type: Nova.CodeDOMDocComment
See Also