TypeRefCreateNullable Method (Expression, Boolean) |
Create a
TypeRef to a nullable version of the specified type expression.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static TypeRef CreateNullable(
Expression typeExpression,
bool isFirstOnLine = false
)
Parameters
- typeExpression
- Type: Nova.CodeDOMExpression
- isFirstOnLine (Optional)
- Type: SystemBoolean
Return Value
Type:
TypeRefSee Also