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