Class QueryGroupClauseAnnotation
- Namespace
- ICSharpCode.Decompiler.CSharp
- Assembly
- ICSharpCode.Decompiler.dll
Annotates a QueryGroupClause with the ILFunctions of each (implicit lambda) expression.
public class QueryGroupClauseAnnotation
- Inheritance
-
QueryGroupClauseAnnotation
- Inherited Members
Constructors
QueryGroupClauseAnnotation(ILFunction, ILFunction)
public QueryGroupClauseAnnotation(ILFunction key, ILFunction projection)
Parameters
key
ILFunctionprojection
ILFunction
Fields
KeyLambda
public readonly ILFunction KeyLambda
Field Value
ProjectionLambda
public readonly ILFunction ProjectionLambda