Interface IRaiseEventOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IRaiseEventOperation : IOperation
Properties
Arguments
Declaration
ImmutableArray<IArgumentOperation> Arguments { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<IArgumentOperation> |
EventReference
Declaration
IEventReferenceOperation EventReference { get; }
Property Value
| Type | Description |
|---|---|
| IEventReferenceOperation |