Click or drag to resize

TypeParameterRefIsImplicitlyConvertible Method (TypeRefBase, Boolean)

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

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected bool IsImplicitlyConvertible(
	TypeRefBase toTypeRefBase,
	bool reverse
)

Parameters

toTypeRefBase
Type: Nova.CodeDOMTypeRefBase
reverse
Type: SystemBoolean

Return Value

Type: Boolean
See Also