Click or drag to resize

TypeRefCreateNullable Method (Expression, 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
C#
public static TypeRef CreateNullable(
	Expression typeExpression,
	List<int> arrayRanks,
	int pointerCount = 0
)

Parameters

typeExpression
Type: Nova.CodeDOMExpression
arrayRanks
Type: System.Collections.GenericListInt32
pointerCount (Optional)
Type: SystemInt32

Return Value

Type: TypeRef
See Also