Пример #1
0
 private int GetOperatorPrioretet(string op)
 {
     return(PriorityTable.FirstOrDefault(x => x.Contains(op))?.Priority ?? -1);
 }