Interface IInterpolatedStringOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IInterpolatedStringOperation : IOperation
Properties
Parts
Declaration
ImmutableArray<IInterpolatedStringContentOperation> Parts { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<IInterpolatedStringContentOperation> |