Interface IMethodBodyBaseOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IMethodBodyBaseOperation : IOperation
Properties
BlockBody
Declaration
IBlockOperation? BlockBody { get; }
Property Value
| Type | Description |
|---|---|
| IBlockOperation |
ExpressionBody
Declaration
IBlockOperation? ExpressionBody { get; }
Property Value
| Type | Description |
|---|---|
| IBlockOperation |