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