IRangeValueIterator.Next(RangeValueIteratorElement) 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.
Returns the next maximal result range with a common value and returns true if we are not at the end of the iteration, false otherwise.
[Android.Runtime.Register("next", "(Landroid/icu/util/RangeValueIterator$Element;)Z", "GetNext_Landroid_icu_util_RangeValueIterator_Element_Handler:Android.Icu.Util.IRangeValueIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public bool Next(Android.Icu.Util.RangeValueIteratorElement? element);
[<Android.Runtime.Register("next", "(Landroid/icu/util/RangeValueIterator$Element;)Z", "GetNext_Landroid_icu_util_RangeValueIterator_Element_Handler:Android.Icu.Util.IRangeValueIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Next : Android.Icu.Util.RangeValueIteratorElement -> bool
Parameters
- element
- RangeValueIteratorElement
for storing the result range and value
Returns
true if we are not at the end of the iteration, false otherwise.
- Attributes
Remarks
Returns the next maximal result range with a common value and returns true if we are not at the end of the iteration, false otherwise.
If this returns a false, the contents of elements will not be updated.
Android reference for android.icu.util.RangeValueIterator.next.
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.