WordSegmentFinder 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
WordSegmentFinder(ICharSequence, ULocale) | |
WordSegmentFinder(IntPtr, JniHandleOwnership) | |
WordSegmentFinder(String, ULocale) |
WordSegmentFinder(ICharSequence, ULocale)
[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/icu/util/ULocale;)V", "", ApiSince=34)]
public WordSegmentFinder (Java.Lang.ICharSequence text, Android.Icu.Util.ULocale locale);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/icu/util/ULocale;)V", "", ApiSince=34)>]
new Android.Text.WordSegmentFinder : Java.Lang.ICharSequence * Android.Icu.Util.ULocale -> Android.Text.WordSegmentFinder
Parameters
- text
- ICharSequence
- locale
- ULocale
- Attributes
Applies to
WordSegmentFinder(IntPtr, JniHandleOwnership)
protected WordSegmentFinder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.WordSegmentFinder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.WordSegmentFinder
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Applies to
WordSegmentFinder(String, ULocale)
[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/icu/util/ULocale;)V", "", ApiSince=34)]
public WordSegmentFinder (string text, Android.Icu.Util.ULocale locale);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/icu/util/ULocale;)V", "", ApiSince=34)>]
new Android.Text.WordSegmentFinder : string * Android.Icu.Util.ULocale -> Android.Text.WordSegmentFinder
Parameters
- text
- String
- locale
- ULocale
- Attributes