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