Пример #1
0
 public bool Style_CanEnd_ReturnsCorrectValue(Style style, string text, int index)
 {
     return(style.CanEnd(ref text, index));
 }