Interface ISpreadOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface ISpreadOperation : IOperation
Properties
ElementConversion
Declaration
CommonConversion ElementConversion { get; }
Property Value
| Type | Description |
|---|---|
| CommonConversion |
ElementType
Declaration
ITypeSymbol? ElementType { get; }
Property Value
| Type | Description |
|---|---|
| ITypeSymbol |
Operand
Declaration
IOperation Operand { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |