TypeParameterConstraintCreate Method (Type) |
Create a collection of type parameter constraints for the specified type parameter.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static List<TypeParameterConstraint> Create(
Type typeParameter
)
Parameters
- typeParameter
- Type: SystemType
Return Value
Type:
ListTypeParameterConstraintSee Also