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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.