Click or drag to resize

TypeDeclCreateNullableRef Method

Create a nullable reference to this TypeDecl.

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

Parameters

isFirstOnLine (Optional)
Type: SystemBoolean

Return Value

Type: TypeRef
A TypeRef.

Implements

ITypeDeclCreateNullableRef(Boolean)
See Also