UnicodeSet.ContainsSome Method

Definition

Overloads

ContainsSome(UnicodeSet)
ContainsSome(ICharSequence)
ContainsSome(IIterable)
ContainsSome(String)
ContainsSome(Int32, Int32)

ContainsSome(UnicodeSet)

[Android.Runtime.Register("containsSome", "(Landroid/icu/text/UnicodeSet;)Z", "", ApiSince=24)]
public bool ContainsSome (Android.Icu.Text.UnicodeSet? s);
[<Android.Runtime.Register("containsSome", "(Landroid/icu/text/UnicodeSet;)Z", "", ApiSince=24)>]
member this.ContainsSome : 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.

Applies to

ContainsSome(ICharSequence)

[Android.Runtime.Register("containsSome", "(Ljava/lang/CharSequence;)Z", "", ApiSince=24)]
public bool ContainsSome (Java.Lang.ICharSequence? s);
[<Android.Runtime.Register("containsSome", "(Ljava/lang/CharSequence;)Z", "", ApiSince=24)>]
member this.ContainsSome : 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

ContainsSome(IIterable)

[Android.Runtime.Register("containsSome", "(Ljava/lang/Iterable;)Z", "", ApiSince=24)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T extends java.lang.CharSequence" })]
public bool ContainsSome (Java.Lang.IIterable? collection);
[<Android.Runtime.Register("containsSome", "(Ljava/lang/Iterable;)Z", "", ApiSince=24)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T extends java.lang.CharSequence" })>]
member this.ContainsSome : 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

ContainsSome(String)

public bool ContainsSome (string? s);
member this.ContainsSome : 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

ContainsSome(Int32, Int32)

[Android.Runtime.Register("containsSome", "(II)Z", "", ApiSince=24)]
public bool ContainsSome (int start, int end);
[<Android.Runtime.Register("containsSome", "(II)Z", "", ApiSince=24)>]
member this.ContainsSome : 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