Click or drag to resize

TypeRefBaseImplicitReferenceConversionExists Method

Determine if an implicit reference conversion exists to the specified type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual bool ImplicitReferenceConversionExists(
	TypeRefBase toTypeRefBase,
	bool standardConversionsOnly = false
)

Parameters

toTypeRefBase
Type: Nova.CodeDOMTypeRefBase
standardConversionsOnly (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
See Also