BreakIterator.Next Method

Definition

Overloads

Next()
Next(Int32)

Next()

[Android.Runtime.Register("next", "()I", "GetNextHandler", ApiSince=24)]
public abstract int Next ();
[<Android.Runtime.Register("next", "()I", "GetNextHandler", ApiSince=24)>]
abstract member Next : unit -> int

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

Next(Int32)

[Android.Runtime.Register("next", "(I)I", "GetNext_IHandler", ApiSince=24)]
public abstract int Next (int n);
[<Android.Runtime.Register("next", "(I)I", "GetNext_IHandler", ApiSince=24)>]
abstract member Next : int -> int

Parameters

n
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