Click or drag to resize

ITypeParametersGetTypeParameterConstraints Method

Get any constraints for the specified TypeParameter.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
List<TypeParameterConstraint> GetTypeParameterConstraints(
	TypeParameter typeParameter
)

Parameters

typeParameter
Type: Nova.CodeDOMTypeParameter

Return Value

Type: ListTypeParameterConstraint
See Also