Click or drag to resize

TypeRefBaseIsImplicitlyConvertibleFrom Method

Determine if the reference is implicitly convertible *from* the specified reference.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual bool IsImplicitlyConvertibleFrom(
	TypeRefBase fromTypeRefBase
)

Parameters

fromTypeRefBase
Type: Nova.CodeDOMTypeRefBase
The TypeRef or UnresolvedRef being checked.

Return Value

Type: Boolean
See Also