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