Interface IAssignmentOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IAssignmentOperation : IOperation
Properties
Target
Declaration
IOperation Target { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |
Value
Declaration
IOperation Value { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |