Share via


TypeInfo.ConvertedType Property

Definition

The type of the expression after it has undergone an implicit conversion. If the type did not undergo an implicit conversion, returns the same as Type.

public:
 property Microsoft::CodeAnalysis::ITypeSymbol ^ ConvertedType { Microsoft::CodeAnalysis::ITypeSymbol ^ get(); };
public Microsoft.CodeAnalysis.ITypeSymbol ConvertedType { get; }
public Microsoft.CodeAnalysis.ITypeSymbol? ConvertedType { get; }
member this.ConvertedType : Microsoft.CodeAnalysis.ITypeSymbol
Public ReadOnly Property ConvertedType As ITypeSymbol

Property Value

Applies to