TypeConstraintEvaluateType Method |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public TypeRefBase EvaluateType()
Return Value
Type:
TypeRefBaseRemarks This method evaluates the type expression into a
TypeRefBase, which will properly evaluate the type arguments
of nested types. It also handles the type being null.
See Also