Click or drag to resize

DocList Constructor (String, DocComment)

Create a DocList with the specified type.

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

Parameters

type
Type: SystemString
docComments
Type: Nova.CodeDOMDocComment
See Also