Partager via


DefaultExpressionVisitor.VisitExpressionList Méthode

Définition

Implémente le modèle visiteur pour la liste d'expressions.

protected virtual System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> VisitExpressionList (System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> list);
abstract member VisitExpressionList : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression>
override this.VisitExpressionList : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> -> System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression>
Protected Overridable Function VisitExpressionList (list As IList(Of DbExpression)) As IList(Of DbExpression)

Paramètres

list
IList<DbExpression>

Liste d'expressions.

Retours

Modèle visiteur implémenté.

S’applique à