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