CSharpExtensions.GetInConversion(ICompoundAssignmentOperation) 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.
Gets the underlying Conversion information from this ICompoundAssignmentOperation. This conversion is applied before the operator is applied to the result of this conversion and Value.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::CodeAnalysis::CSharp::Conversion GetInConversion(Microsoft::CodeAnalysis::Operations::ICompoundAssignmentOperation ^ compoundAssignment);
public static Microsoft.CodeAnalysis.CSharp.Conversion GetInConversion (this Microsoft.CodeAnalysis.Operations.ICompoundAssignmentOperation compoundAssignment);
static member GetInConversion : Microsoft.CodeAnalysis.Operations.ICompoundAssignmentOperation -> Microsoft.CodeAnalysis.CSharp.Conversion
<Extension()>
Public Function GetInConversion (compoundAssignment As ICompoundAssignmentOperation) As Conversion
Parameters
- compoundAssignment
- ICompoundAssignmentOperation
Returns
Remarks
This compound assignment must have been created from C# code.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.