Interface ITupleOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface ITupleOperation : IOperation
Properties
Elements
Declaration
ImmutableArray<IOperation> Elements { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<IOperation> |
NaturalType
Declaration
ITypeSymbol? NaturalType { get; }
Property Value
| Type | Description |
|---|---|
| ITypeSymbol |