Click or drag to resize

TypeDeclGetTypeParameterConstraints Method

Get any constraints for the specified TypeParameter on this type.

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

Parameters

typeParameter
Type: Nova.CodeDOMTypeParameter

Return Value

Type: ListTypeParameterConstraint

Implements

ITypeParametersGetTypeParameterConstraints(TypeParameter)
See Also