Interface ILocalFunctionOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface ILocalFunctionOperation : IOperation
Properties
Body
Declaration
IBlockOperation? Body { get; }
Property Value
| Type | Description |
|---|---|
| IBlockOperation |
IgnoredBody
Declaration
IBlockOperation? IgnoredBody { get; }
Property Value
| Type | Description |
|---|---|
| IBlockOperation |
Symbol
Declaration
IMethodSymbol Symbol { get; }
Property Value
| Type | Description |
|---|---|
| IMethodSymbol |