Click or drag to resize

DocTypeParam Constructor (TypeParameter, DocComment)

Create a DocTypeParam.

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

Parameters

typeParameter
Type: Nova.CodeDOMTypeParameter
docComments
Type: Nova.CodeDOMDocComment
See Also