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
ILFunctionequals
ILFunction
Fields
EqualsLambda
public readonly ILFunction EqualsLambda
Field Value
OnLambda
public readonly ILFunction OnLambda