コード例 #1
0
 public int CountExcludingNewBubbles()
 {
     return(Bubbles.CountEx(x => !(x is NewBubble)));
 }