QueryClauseInfo.OperationInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The operation (e.g. Select(), Where(), etc) that implements the given clause.
public:
property Microsoft::CodeAnalysis::SymbolInfo OperationInfo { Microsoft::CodeAnalysis::SymbolInfo get(); };
public Microsoft.CodeAnalysis.SymbolInfo OperationInfo { get; }
member this.OperationInfo : Microsoft.CodeAnalysis.SymbolInfo
Public ReadOnly Property OperationInfo As SymbolInfo
Property Value
Remarks
The clause can be implemented via IMethodSymbol, or IFieldSymbol or IPropertySymbol that return a delegate. If it is an extension method, it is returned in reduced form.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.