EnumMemberDeclEvaluateType Method |
Evaluate the type of the enum member declaration.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public override 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