Пример #1
0
 private string ShortDesc(CSequence opOperands)
 {
     return(string.Join("; ", opOperands.Select(Describe)));
 }