ILiftableConstantProcessor.LiftedConstants Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.