 | ExpressionParserOperatorPriority Eigenschaft |
Liste von Operatoren mit ihren relativen Prioritäten.
BooleanParser Namensraum: NetEti.ExpressionParserAssembly: NetEti.ExpressionParser (in NetEti.ExpressionParser.dll) Version: 1.0.0+20609015c2da6e03a80f381a46b367814c82f34b
Syntaxpublic Dictionary<string, int>? OperatorPriority { get; set; }
Public Property OperatorPriority As Dictionary(Of String, Integer)
Get
Set
public:
property Dictionary<String^, int>^ OperatorPriority {
Dictionary<String^, int>^ get ();
void set (Dictionary<String^, int>^ value);
}
member OperatorPriority : Dictionary<string, int> with get, set
Eigenschaftswert
DictionaryString,
Int32
Siehe auch