TypeInfo.ConvertedType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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