TypeRefImplicitReferenceConversionExists Method |
Determine if an implicit reference conversion exists to the specified type.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public override bool ImplicitReferenceConversionExists(
TypeRefBase toTypeRefBase,
bool standardConversionsOnly = false
)
Parameters
- toTypeRefBase
- Type: Nova.CodeDOMTypeRefBase
- standardConversionsOnly (Optional)
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also