Conversion.ToCommonConversion Method
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.
Creates a CommonConversion from this Visual Basic conversion.
public:
virtual Microsoft::CodeAnalysis::Operations::CommonConversion ToCommonConversion() = Microsoft::CodeAnalysis::Operations::IConvertibleConversion::ToCommonConversion;
public Microsoft.CodeAnalysis.Operations.CommonConversion ToCommonConversion ();
abstract member ToCommonConversion : unit -> Microsoft.CodeAnalysis.Operations.CommonConversion
override this.ToCommonConversion : unit -> Microsoft.CodeAnalysis.Operations.CommonConversion
Public Function ToCommonConversion () As CommonConversion
Returns
The CommonConversion that represents this conversion.
Remarks
This is a lossy conversion; it is not possible to recover the original Conversion from the CommonConversion struct.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.