Click or drag to resize

DocTypeParam Constructor (TypeParameter, String)

Create a DocTypeParam.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public DocTypeParam(
	TypeParameter typeParameter,
	string text
)

Parameters

typeParameter
Type: Nova.CodeDOMTypeParameter
text
Type: SystemString
See Also