閱讀英文

共用方式為


KeyedByTypeCollection<TItem>.RemoveAll<T> 方法

定義

從集合中移除指定型別的所有元素。

public System.Collections.ObjectModel.Collection<T> RemoveAll<T> ();

類型參數

T

要移除的集合中的項目型別。

傳回

包含來自原始集合之型別 TCollection<T>

適用於