コード例 #1
0
ファイル: ListExBase.cs プロジェクト: sizzles/ecsharp
 public int RemoveAll(Predicate <T> match)
 {
     return(ListExt.RemoveAll(this, match));
 }