IValueIterator.Reset Method

Definition

Resets the iterator to start iterating from the integer index Integer.

[Android.Runtime.Register("reset", "()V", "GetResetHandler:Android.Icu.Util.IValueIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public void Reset ();
[<Android.Runtime.Register("reset", "()V", "GetResetHandler:Android.Icu.Util.IValueIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Reset : unit -> unit
Attributes

Remarks

Resets the iterator to start iterating from the integer index Integer.MIN_VALUE or X if a setRange(X, Y) has been called previously.

Java documentation for android.icu.util.ValueIterator.reset().

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