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 protected bool IsImplicitlyConvertible(
TypeRefBase toTypeRefBase,
bool reverse
)
Parameters
- toTypeRefBase
- Type: Nova.CodeDOMTypeRefBase
- reverse
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also