Click or drag to resize

ITypeDeclCreateNullableRef Method

Create a nullable reference to the type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
TypeRef CreateNullableRef(
	bool isFirstOnLine = false
)

Parameters

isFirstOnLine (Optional)
Type: SystemBoolean

Return Value

Type: TypeRef
See Also