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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.