Interface IInterpolationOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IInterpolationOperation : IInterpolatedStringContentOperation, IOperation
Properties
Alignment
Declaration
IOperation? Alignment { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |
Expression
Declaration
IOperation Expression { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |
FormatString
Declaration
IOperation? FormatString { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |