TypeParameterRefIsImplicitlyConvertible Method (TypeRefBase, TypeRefBase, Boolean) |
Determine if the specified 'from' reference is implicitly convertible to the specified 'to' reference.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected bool IsImplicitlyConvertible(
TypeRefBase fromTypeRefBase,
TypeRefBase toTypeRefBase,
bool reverse
)
Parameters
- fromTypeRefBase
- Type: Nova.CodeDOMTypeRefBase
- toTypeRefBase
- Type: Nova.CodeDOMTypeRefBase
- reverse
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also