Table of Contents

Class QueryJoinClauseAnnotation

Namespace
ICSharpCode.Decompiler.CSharp
Assembly
ICSharpCode.Decompiler.dll

Annotates a QueryJoinClause with the ILFunctions of each (implicit lambda) expression.

public class QueryJoinClauseAnnotation
Inheritance
QueryJoinClauseAnnotation
Inherited Members

Constructors

QueryJoinClauseAnnotation(ILFunction, ILFunction)

public QueryJoinClauseAnnotation(ILFunction on, ILFunction equals)

Parameters

on ILFunction
equals ILFunction

Fields

EqualsLambda

public readonly ILFunction EqualsLambda

Field Value

ILFunction

OnLambda

public readonly ILFunction OnLambda

Field Value

ILFunction