Udostępnij za pośrednictwem


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

Definicja

Inicjuje nowe wystąpienie klasy Quantifier.

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

Parametry

variable
String

Nazwa zmiennej do zastąpienia.

type
QuantifierType

Typ kwantyfikatora.

bindings
IEnumerable<String>

Możliwe powiązania dla zmiennej.

Dotyczy