UnicodeSet.RemoveAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RemoveAll(UnicodeSet) | |
RemoveAll(ICharSequence) | |
RemoveAll(IIterable) | |
RemoveAll(String) |
RemoveAll(UnicodeSet)
[Android.Runtime.Register("removeAll", "(Landroid/icu/text/UnicodeSet;)Landroid/icu/text/UnicodeSet;", "GetRemoveAll_Landroid_icu_text_UnicodeSet_Handler", ApiSince=24)]
public virtual Android.Icu.Text.UnicodeSet? RemoveAll (Android.Icu.Text.UnicodeSet? c);
[<Android.Runtime.Register("removeAll", "(Landroid/icu/text/UnicodeSet;)Landroid/icu/text/UnicodeSet;", "GetRemoveAll_Landroid_icu_text_UnicodeSet_Handler", ApiSince=24)>]
abstract member RemoveAll : Android.Icu.Text.UnicodeSet -> Android.Icu.Text.UnicodeSet
override this.RemoveAll : Android.Icu.Text.UnicodeSet -> Android.Icu.Text.UnicodeSet
Parameters
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
RemoveAll(ICharSequence)
[Android.Runtime.Register("removeAll", "(Ljava/lang/CharSequence;)Landroid/icu/text/UnicodeSet;", "", ApiSince=24)]
public Android.Icu.Text.UnicodeSet? RemoveAll (Java.Lang.ICharSequence? s);
[<Android.Runtime.Register("removeAll", "(Ljava/lang/CharSequence;)Landroid/icu/text/UnicodeSet;", "", ApiSince=24)>]
member this.RemoveAll : Java.Lang.ICharSequence -> Android.Icu.Text.UnicodeSet
Parameters
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
RemoveAll(IIterable)
[Android.Runtime.Register("removeAll", "(Ljava/lang/Iterable;)Landroid/icu/text/UnicodeSet;", "GetRemoveAll_Ljava_lang_Iterable_Handler", ApiSince=24)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T extends java.lang.CharSequence" })]
public virtual Android.Icu.Text.UnicodeSet? RemoveAll (Java.Lang.IIterable? collection);
[<Android.Runtime.Register("removeAll", "(Ljava/lang/Iterable;)Landroid/icu/text/UnicodeSet;", "GetRemoveAll_Ljava_lang_Iterable_Handler", ApiSince=24)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T extends java.lang.CharSequence" })>]
abstract member RemoveAll : Java.Lang.IIterable -> Android.Icu.Text.UnicodeSet
override this.RemoveAll : Java.Lang.IIterable -> Android.Icu.Text.UnicodeSet
Parameters
- collection
- IIterable
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
RemoveAll(String)
public Android.Icu.Text.UnicodeSet? RemoveAll (string? s);
member this.RemoveAll : string -> Android.Icu.Text.UnicodeSet
Parameters
- s
- String
Returns
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.