Interface IDynamicMemberReferenceOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IDynamicMemberReferenceOperation : IOperation
Properties
ContainingType
Declaration
ITypeSymbol? ContainingType { get; }
Property Value
| Type | Description |
|---|---|
| ITypeSymbol |
Instance
Declaration
IOperation? Instance { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |
MemberName
Declaration
string MemberName { get; }
Property Value
| Type | Description |
|---|---|
| string |
TypeArguments
Declaration
ImmutableArray<ITypeSymbol> TypeArguments { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<ITypeSymbol> |