Interface IInterpolatedStringHandlerArgumentPlaceholderOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IInterpolatedStringHandlerArgumentPlaceholderOperation : IOperation
Properties
ArgumentIndex
Declaration
int ArgumentIndex { get; }
Property Value
| Type | Description |
|---|---|
| int |
PlaceholderKind
Declaration
InterpolatedStringArgumentPlaceholderKind PlaceholderKind { get; }
Property Value
| Type | Description |
|---|---|
| InterpolatedStringArgumentPlaceholderKind |