Table of Contents

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 ILFunction
projection ILFunction

Fields

KeyLambda

public readonly ILFunction KeyLambda

Field Value

ILFunction

ProjectionLambda

public readonly ILFunction ProjectionLambda

Field Value

ILFunction