DefaultExpressionVisitor.VisitExpressionList メソッド

定義

式リストのビジター パターンを実装します。

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

パラメーター

list
IList<DbExpression>

式リスト。

戻り値

実装されたビジター パターン。

適用対象