ICollection.RemoveAll(ICollection) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
拿掉此集合的所有專案,這些元素也包含在指定的集合中(選擇性作業)。
[Android.Runtime.Register("removeAll", "(Ljava/util/Collection;)Z", "GetRemoveAll_Ljava_util_Collection_Handler:Java.Util.ICollectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool RemoveAll (System.Collections.ICollection c);
[<Android.Runtime.Register("removeAll", "(Ljava/util/Collection;)Z", "GetRemoveAll_Ljava_util_Collection_Handler:Java.Util.ICollectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member RemoveAll : System.Collections.ICollection -> bool
參數
集合,其中包含要從這個集合中移除的專案
傳回
true
如果此集合因為呼叫而變更,則為
- 屬性
備註
拿掉此集合的所有專案,這些元素也包含在指定的集合中(選擇性作業)。 這個呼叫傳回之後,這個集合將不會包含與指定集合通用的專案。
的 java.util.Collection.removeAll(java.util.Collection<?>)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。