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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.