Interface IEventAssignmentOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IEventAssignmentOperation : IOperation
Properties
Adds
Declaration
bool Adds { get; }
Property Value
| Type | Description |
|---|---|
| bool |
EventReference
Declaration
IOperation EventReference { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |
HandlerValue
Declaration
IOperation HandlerValue { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |