Click or drag to resize

TypeDeclConstraintClauses Property

A collection of optional ConstraintClauses (for generic types).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public ChildList<ConstraintClause> ConstraintClauses { get; }

Property Value

Type: ChildListConstraintClause

Implements

ITypeParametersConstraintClauses
See Also