Click or drag to resize

TypeRefBaseIsImplicitlyConvertibleTo Method

Determine if the TypeRefBase is implicitly convertible to the specified TypeRefBase.

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

Parameters

toTypeRefBase
Type: Nova.CodeDOMTypeRefBase
The TypeRef, MethodRef, or UnresolvedRef being checked.
standardConversionsOnly (Optional)
Type: SystemBoolean
True if only standard conversions should be allowed.

Return Value

Type: Boolean
See Also