Interface IMethodReferenceOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IMethodReferenceOperation : IMemberReferenceOperation, IOperation
Properties
IsVirtual
Declaration
bool IsVirtual { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Method
Declaration
IMethodSymbol Method { get; }
Property Value
| Type | Description |
|---|---|
| IMethodSymbol |