Пример #1
0
 bool IWordSelection.IsWordBoundary(StringSlice line, int b, int e)
 {
     return(e > b && line.IsWordBoundary(b, e));
 }