TypeParameterRefImplicitIdentityConversionExists Method |
Determine if an implicit identity 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 ImplicitIdentityConversionExists(
TypeRefBase toTypeRefBase
)
Parameters
- toTypeRefBase
- Type: Nova.CodeDOMTypeRefBase
Return Value
Type:
BooleanSee Also