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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.