Click or drag to resize

ConstraintClause Constructor (TypeParameterRef, TypeParameterConstraint)

Create a ConstraintClause.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public ConstraintClause(
	TypeParameterRef typeParameterRef,
	params TypeParameterConstraint[] constraints
)

Parameters

typeParameterRef
Type: Nova.CodeDOMTypeParameterRef
constraints
Type: Nova.CodeDOMTypeParameterConstraint
See Also