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 C# conversion.
public:
virtual Microsoft::CodeAnalysis::Operations::CommonConversion 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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.