UnicodeSetIterator Constructors
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.
Overloads
UnicodeSetIterator() |
Create an iterator over nothing. |
UnicodeSetIterator(UnicodeSet) |
Create an iterator over the given set. |
UnicodeSetIterator(IntPtr, JniHandleOwnership) |
UnicodeSetIterator()
Create an iterator over nothing.
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
public UnicodeSetIterator ();
- Attributes
Remarks
Create an iterator over nothing. next()
and nextRange()
return false. This is a convenience constructor allowing the target to be set later.
Java documentation for android.icu.text.UnicodeSetIterator.UnicodeSetIterator()
.
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
UnicodeSetIterator(UnicodeSet)
Create an iterator over the given set.
[Android.Runtime.Register(".ctor", "(Landroid/icu/text/UnicodeSet;)V", "", ApiSince=24)]
public UnicodeSetIterator (Android.Icu.Text.UnicodeSet? set);
[<Android.Runtime.Register(".ctor", "(Landroid/icu/text/UnicodeSet;)V", "", ApiSince=24)>]
new Android.Icu.Text.UnicodeSetIterator : Android.Icu.Text.UnicodeSet -> Android.Icu.Text.UnicodeSetIterator
Parameters
- set
- UnicodeSet
set to iterate over
- Attributes
Remarks
Create an iterator over the given set.
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
UnicodeSetIterator(IntPtr, JniHandleOwnership)
protected UnicodeSetIterator (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Text.UnicodeSetIterator : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Text.UnicodeSetIterator
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
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.