Click or drag to resize

DocTypeParam Constructor (TypeParameterRef, DocComment)

Create a DocTypeParam.

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

Parameters

typeParameterRef
Type: Nova.CodeDOMTypeParameterRef
docComments
Type: Nova.CodeDOMDocComment
See Also