Пример #1
0
 /// <summary>
 /// Returns if the selection intersects with any block comments.
 /// </summary>
 public bool HasIntersectingBlockComments()
 => IntersectingBlockComments.Any();
 /// <summary>
 /// Returns if the selection intersects with any block comments.
 /// </summary>
 public bool HasIntersectingBlockComments()
 {
     return(IntersectingBlockComments.Any());
 }