Share via


IFreezable.Freeze Method

Definition

Freezes the object.

[Android.Runtime.Register("freeze", "()Ljava/lang/Object;", "GetFreezeHandler:Android.Icu.Util.IFreezableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public Java.Lang.Object? Freeze ();
[<Android.Runtime.Register("freeze", "()Ljava/lang/Object;", "GetFreezeHandler:Android.Icu.Util.IFreezableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Freeze : unit -> Java.Lang.Object

Returns

the object itself.

Attributes

Remarks

Freezes the object.

Java documentation for android.icu.util.Freezable.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