Click or drag to resize

TypeRefImplicitIdentityConversionExists 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
C#
public override bool ImplicitIdentityConversionExists(
	TypeRefBase toTypeRefBase
)

Parameters

toTypeRefBase
Type: Nova.CodeDOMTypeRefBase

Return Value

Type: Boolean
See Also