Exemple #1
0
 public static bool CheckMiddleColonSuggestion(int startIdx, int endIdx, IList <string> lines,
                                               MiddleColonFeature middleColonFeature)
 {
     return(lines.SubList(startIdx, endIdx + 1).Any(it => middleColonFeature.Matches(it)));
 }