'宣言 Public Function New( _ ByVal combination As FilterCombination, _ ByVal expressions As System.Collections.Generic.IEnumerable(Of FilterExpression) _ )
public FilterNaryExpression( FilterCombination combination, System.Collections.Generic.IEnumerable<FilterExpression> expressions )
パラメータ
- combination
- The logical operator applied between the expressions.
- expressions
- The expressions to combine.