Share via


ILiftableConstantProcessor.LiftedConstants Property

Definition

Exposes all constants that have been lifted during the last invocation of LiftedConstants.

[System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Parameter", "Expression" })]
public System.Collections.Generic.IReadOnlyList<(System.Linq.Expressions.ParameterExpression Parameter, System.Linq.Expressions.Expression Expression)> LiftedConstants { get; }
[<System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Parameter", "Expression" })>]
member this.LiftedConstants : System.Collections.Generic.IReadOnlyList<ValueTuple<System.Linq.Expressions.ParameterExpression, System.Linq.Expressions.Expression>>
Public ReadOnly Property LiftedConstants As IReadOnlyList(Of ValueTuple(Of ParameterExpression, Expression))

Property Value

Attributes

Applies to