TypeRefCreateNullable Method (Expression, Boolean, ListInt32, Int32) |
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,
List<int> arrayRanks,
int pointerCount = 0
)
Parameters
- typeExpression
- Type: Nova.CodeDOMExpression
- isFirstOnLine
- Type: SystemBoolean
- arrayRanks
- Type: System.Collections.GenericListInt32
- pointerCount (Optional)
- Type: SystemInt32
Return Value
Type:
TypeRefSee Also