Click or drag to resize

GenericMethodDeclGetTypeParameterConstraints Method

Get any constraints for the specified TypeParameter on this method, or on the base virtual method if this method is an override.

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