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