CSharpExtensions.GetOutConversion(ICompoundAssignmentOperation) Method

Definition

Gets the underlying Conversion information from this ICompoundAssignmentOperation. This conversion is applied after the operator is applied, before the result is assigned to Target.

C#
public static Microsoft.CodeAnalysis.CSharp.Conversion GetOutConversion(this Microsoft.CodeAnalysis.Operations.ICompoundAssignmentOperation compoundAssignment);

Parameters

compoundAssignment
ICompoundAssignmentOperation

Returns

Remarks

This compound assignment must have been created from C# code.

Applies to