Condividi tramite


UnicodeSet.AddAllTo(Object) Method

Definition

Add the contents of the UnicodeSet (as strings) into a collection.

[Android.Runtime.Register("addAllTo", "(Ljava/util/Collection;)Ljava/util/Collection;", "GetAddAllTo_Ljava_util_Collection_Handler", ApiSince=24)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T extends java.util.Collection<java.lang.String>" })]
public virtual Java.Lang.Object? AddAllTo (Java.Lang.Object? target);
[<Android.Runtime.Register("addAllTo", "(Ljava/util/Collection;)Ljava/util/Collection;", "GetAddAllTo_Ljava_util_Collection_Handler", ApiSince=24)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T extends java.util.Collection<java.lang.String>" })>]
abstract member AddAllTo : Java.Lang.Object -> Java.Lang.Object
override this.AddAllTo : Java.Lang.Object -> Java.Lang.Object

Parameters

target
Object

collection to add into

Returns

Attributes

Remarks

Add the contents of the UnicodeSet (as strings) into a collection.

Java documentation for android.icu.text.UnicodeSet.addAllTo(T).

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