Quantifier(String, QuantifierType, IEnumerable<String>) Constructor
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.
Initializes a new instance of the Quantifier class.
public Quantifier(string variable, AdaptiveExpressions.TriggerTrees.QuantifierType type, System.Collections.Generic.IEnumerable<string> bindings);
new AdaptiveExpressions.TriggerTrees.Quantifier : string * AdaptiveExpressions.TriggerTrees.QuantifierType * seq<string> -> AdaptiveExpressions.TriggerTrees.Quantifier
Public Sub New (variable As String, type As QuantifierType, bindings As IEnumerable(Of String))
Parameters
- variable
- String
Name of variable to replace.
- type
- QuantifierType
Type of quantifier.
- bindings
- IEnumerable<String>
Possible bindings for variable.