Partilhar via


Quantifier(String, QuantifierType, IEnumerable<String>) Construtor

Definição

Inicializa uma nova instância da Quantifier classe.

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))

Parâmetros

variable
String

Nome da variável a substituir.

type
QuantifierType

Tipo de quantificador.

bindings
IEnumerable<String>

Possíveis enlaces para variáveis.

Aplica-se a