Sdílet prostřednictvím


Expression.ReferenceWalk(Expression, Func<Expression,Boolean>) Metoda

Definice

Funkce Walking pro identifikaci odkazů na statickou paměť ve výrazu

public (string path, System.Collections.Generic.HashSet<string> references) ReferenceWalk (AdaptiveExpressions.Expression expression, Func<AdaptiveExpressions.Expression,bool> extension = default);
member this.ReferenceWalk : AdaptiveExpressions.Expression * Func<AdaptiveExpressions.Expression, bool> -> ValueTuple<string, System.Collections.Generic.HashSet<string>>
Public Function ReferenceWalk (expression As Expression, Optional extension As Func(Of Expression, Boolean) = Nothing) As ValueTuple(Of String, HashSet(Of String))

Parametry

expression
Expression

Výraz, který se má analyzovat.

extension
Func<Expression,Boolean>

Pokud je k dispozici, volá se k přepsání vyhledávání pro věci, jako je rozšíření šablony.

Návraty

Přístupová cesta výrazu, což je potenciální částečná cesta a dosud nalezená úplná cesta.

Platí pro