UnicodeSetSpanner Constructors

Definition

Overloads

UnicodeSetSpanner(UnicodeSet)
UnicodeSetSpanner(IntPtr, JniHandleOwnership)

UnicodeSetSpanner(UnicodeSet)

[Android.Runtime.Register(".ctor", "(Landroid/icu/text/UnicodeSet;)V", "", ApiSince=24)]
public UnicodeSetSpanner (Android.Icu.Text.UnicodeSet? source);
[<Android.Runtime.Register(".ctor", "(Landroid/icu/text/UnicodeSet;)V", "", ApiSince=24)>]
new Android.Icu.Text.UnicodeSetSpanner : Android.Icu.Text.UnicodeSet -> Android.Icu.Text.UnicodeSetSpanner

Parameters

source
UnicodeSet
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

UnicodeSetSpanner(IntPtr, JniHandleOwnership)

protected UnicodeSetSpanner (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Text.UnicodeSetSpanner : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Text.UnicodeSetSpanner

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