UnicodeSetIterator Constructors

Definition

Overloads

UnicodeSetIterator()
UnicodeSetIterator(UnicodeSet)
UnicodeSetIterator(IntPtr, JniHandleOwnership)

UnicodeSetIterator()

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
public UnicodeSetIterator ();
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

UnicodeSetIterator(UnicodeSet)

[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

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

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

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