UnicodeSet.ContainsNone 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
ContainsNone(Int32, Int32) | |
ContainsNone(String) | |
ContainsNone(IIterable) | |
ContainsNone(ICharSequence) | |
ContainsNone(UnicodeSet) |
ContainsNone(Int32, Int32)
[Android.Runtime.Register("containsNone", "(II)Z", "GetContainsNone_IIHandler", ApiSince=24)]
public virtual bool ContainsNone (int start, int end);
[<Android.Runtime.Register("containsNone", "(II)Z", "GetContainsNone_IIHandler", ApiSince=24)>]
abstract member ContainsNone : int * int -> bool
override this.ContainsNone : int * int -> bool
Parameters
- start
- Int32
- end
- Int32
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
ContainsNone(String)
public bool ContainsNone (string? s);
member this.ContainsNone : string -> bool
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.
Applies to
ContainsNone(IIterable)
[Android.Runtime.Register("containsNone", "(Ljava/lang/Iterable;)Z", "GetContainsNone_Ljava_lang_Iterable_Handler", ApiSince=24)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T extends java.lang.CharSequence" })]
public virtual bool ContainsNone (Java.Lang.IIterable? collection);
[<Android.Runtime.Register("containsNone", "(Ljava/lang/Iterable;)Z", "GetContainsNone_Ljava_lang_Iterable_Handler", ApiSince=24)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T extends java.lang.CharSequence" })>]
abstract member ContainsNone : Java.Lang.IIterable -> bool
override this.ContainsNone : Java.Lang.IIterable -> bool
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
ContainsNone(ICharSequence)
[Android.Runtime.Register("containsNone", "(Ljava/lang/CharSequence;)Z", "GetContainsNone_Ljava_lang_CharSequence_Handler", ApiSince=24)]
public virtual bool ContainsNone (Java.Lang.ICharSequence? s);
[<Android.Runtime.Register("containsNone", "(Ljava/lang/CharSequence;)Z", "GetContainsNone_Ljava_lang_CharSequence_Handler", ApiSince=24)>]
abstract member ContainsNone : Java.Lang.ICharSequence -> bool
override this.ContainsNone : Java.Lang.ICharSequence -> bool
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
ContainsNone(UnicodeSet)
[Android.Runtime.Register("containsNone", "(Landroid/icu/text/UnicodeSet;)Z", "GetContainsNone_Landroid_icu_text_UnicodeSet_Handler", ApiSince=24)]
public virtual bool ContainsNone (Android.Icu.Text.UnicodeSet? b);
[<Android.Runtime.Register("containsNone", "(Landroid/icu/text/UnicodeSet;)Z", "GetContainsNone_Landroid_icu_text_UnicodeSet_Handler", ApiSince=24)>]
abstract member ContainsNone : Android.Icu.Text.UnicodeSet -> bool
override this.ContainsNone : Android.Icu.Text.UnicodeSet -> bool
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.