Click or drag to resize

TypeParameter.GetConstraints Method

Get any constraints for this TypeParameter from the parent type or generic method.

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

Return Value

Type: List<TypeParameterConstraint>
See Also