다음을 통해 공유


UnicodeSet.Freeze Method

Definition

Freeze this class, according to the Freezable interface.

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

Returns

this

Attributes

Remarks

Freeze this class, according to the Freezable interface.

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

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