コード例 #1
0
 /// <summary>
 /// Returns if the selection intersects with any block comments.
 /// </summary>
 public bool HasIntersectingBlockComments()
 => IntersectingBlockComments.Any();
コード例 #2
0
 /// <summary>
 /// Returns if the selection intersects with any block comments.
 /// </summary>
 public bool HasIntersectingBlockComments()
 {
     return(IntersectingBlockComments.Any());
 }