Click or drag to resize

TypeRefBoxingConversionExists Method

Determine if a boxing conversion exists to the specified type. [C# 4.0 section 6.1.7]

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected bool BoxingConversionExists(
	TypeRef typeRef
)

Parameters

typeRef
Type: Nova.CodeDOMTypeRef

Return Value

Type: Boolean
See Also