Click or drag to resize

DocTypeParam Constructor (TypeParameterRef, String)

Create a DocTypeParam.

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

Parameters

typeParameterRef
Type: Nova.CodeDOMTypeParameterRef
text
Type: SystemString
See Also