Click or drag to resize

MethodRefGetTypeParameterConstraints Method (TypeParameterRef)

Get any constraints for the specified type parameter 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(
	TypeParameterRef typeParameterRef
)

Parameters

typeParameterRef
Type: Nova.CodeDOMTypeParameterRef

Return Value

Type: ListTypeParameterConstraint
See Also