다음을 통해 공유


IUnicodeMatcher.AddMatchSetTo(UnicodeSet) Method

Definition

Union the set of all characters that may be matched by this object into the given set.

[Android.Runtime.Register("addMatchSetTo", "(Landroid/icu/text/UnicodeSet;)V", "GetAddMatchSetTo_Landroid_icu_text_UnicodeSet_Handler:Android.Icu.Text.IUnicodeMatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public void AddMatchSetTo (Android.Icu.Text.UnicodeSet? toUnionTo);
[<Android.Runtime.Register("addMatchSetTo", "(Landroid/icu/text/UnicodeSet;)V", "GetAddMatchSetTo_Landroid_icu_text_UnicodeSet_Handler:Android.Icu.Text.IUnicodeMatcherInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member AddMatchSetTo : Android.Icu.Text.UnicodeSet -> unit

Parameters

toUnionTo
UnicodeSet

the set into which to union the source characters

Attributes

Remarks

Union the set of all characters that may be matched by this object into the given set.

Java documentation for android.icu.text.UnicodeMatcher.addMatchSetTo(android.icu.text.UnicodeSet).

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