CSharpExtensions.GetOutConversion(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 after the operator is applied, before the result is assigned to Target.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::CodeAnalysis::CSharp::Conversion GetOutConversion(Microsoft::CodeAnalysis::Operations::ICompoundAssignmentOperation ^ compoundAssignment);
public static Microsoft.CodeAnalysis.CSharp.Conversion GetOutConversion (this Microsoft.CodeAnalysis.Operations.ICompoundAssignmentOperation compoundAssignment);
static member GetOutConversion : Microsoft.CodeAnalysis.Operations.ICompoundAssignmentOperation -> Microsoft.CodeAnalysis.CSharp.Conversion
<Extension()>
Public Function GetOutConversion (compoundAssignment As ICompoundAssignmentOperation) As Conversion
Parameters
- compoundAssignment
- ICompoundAssignmentOperation
Returns
Remarks
This compound assignment must have been created from C# code.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.