SearchIterator Constructors

Definition

Overloads

SearchIterator(ICharacterIterator, BreakIterator)
SearchIterator(IntPtr, JniHandleOwnership)

SearchIterator(ICharacterIterator, BreakIterator)

[Android.Runtime.Register(".ctor", "(Ljava/text/CharacterIterator;Landroid/icu/text/BreakIterator;)V", "", ApiSince=24)]
protected SearchIterator (Java.Text.ICharacterIterator? target, Android.Icu.Text.BreakIterator? breaker);
[<Android.Runtime.Register(".ctor", "(Ljava/text/CharacterIterator;Landroid/icu/text/BreakIterator;)V", "", ApiSince=24)>]
new Android.Icu.Text.SearchIterator : Java.Text.ICharacterIterator * Android.Icu.Text.BreakIterator -> Android.Icu.Text.SearchIterator

Parameters

breaker
BreakIterator
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

SearchIterator(IntPtr, JniHandleOwnership)

protected SearchIterator (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Text.SearchIterator : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Text.SearchIterator

Parameters

javaReference
IntPtr

nativeint

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