VariableDeclEvaluateType Method |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public virtual TypeRefBase EvaluateType(
bool withoutConstants = false
)
Parameters
- withoutConstants (Optional)
- Type: SystemBoolean
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 constants and the type being null.
See Also