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 public virtual bool IsImplicitlyConvertibleFrom(
TypeRefBase fromTypeRefBase
)
Parameters
- fromTypeRefBase
- Type: Nova.CodeDOMTypeRefBase
The TypeRef or UnresolvedRef being checked.
Return Value
Type:
BooleanSee Also