コード例 #1
0
 public int RemoveDeadItems()
 {
     return(_wrapped.RemoveWhereKey(key => !key.IsAlive));
 }