Click or drag to resize

TypeConstraintEvaluateType Method

Evaluate the type of the TypeConstraint.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public TypeRefBase EvaluateType()

Return Value

Type: TypeRefBase
Remarks
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