UnicodeSet.AddMatchSetTo(UnicodeSet) Method

Definition

Implementation of UnicodeMatcher API.

[Android.Runtime.Register("addMatchSetTo", "(Landroid/icu/text/UnicodeSet;)V", "GetAddMatchSetTo_Landroid_icu_text_UnicodeSet_Handler", ApiSince=24)]
public override void AddMatchSetTo (Android.Icu.Text.UnicodeSet? toUnionTo);
[<Android.Runtime.Register("addMatchSetTo", "(Landroid/icu/text/UnicodeSet;)V", "GetAddMatchSetTo_Landroid_icu_text_UnicodeSet_Handler", ApiSince=24)>]
override this.AddMatchSetTo : Android.Icu.Text.UnicodeSet -> unit

Parameters

toUnionTo
UnicodeSet

the set into which to union the source characters

Attributes

Remarks

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

Java documentation for android.icu.text.UnicodeSet.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