Udostępnij za pośrednictwem


UnicodeSet.CloneAsThawed Method

Definition

Clone a thawed version of this class, according to the Freezable interface.

[Android.Runtime.Register("cloneAsThawed", "()Landroid/icu/text/UnicodeSet;", "GetCloneAsThawedHandler", ApiSince=24)]
public virtual Android.Icu.Text.UnicodeSet? CloneAsThawed ();
[<Android.Runtime.Register("cloneAsThawed", "()Landroid/icu/text/UnicodeSet;", "GetCloneAsThawedHandler", ApiSince=24)>]
abstract member CloneAsThawed : unit -> Android.Icu.Text.UnicodeSet
override this.CloneAsThawed : unit -> Android.Icu.Text.UnicodeSet

Returns

the clone, not frozen

Attributes

Remarks

Clone a thawed version of this class, according to the Freezable interface.

Java documentation for android.icu.text.UnicodeSet.cloneAsThawed().

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