Language

IFreezable.IsFrozen Property

Definition

Determines whether the object has been frozen or not.

public bool IsFrozen { [Android.Runtime.Register("isFrozen", "()Z", "GetIsFrozenHandler:Android.Icu.Util.IFreezableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)] get; }
[<get: Android.Runtime.Register("isFrozen", "()Z", "GetIsFrozenHandler:Android.Icu.Util.IFreezableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
member this.IsFrozen : bool

Property Value

Determines whether the object has been frozen or not.

Attributes

Remarks

Determines whether the object has been frozen or not.

Android reference for android.icu.util.Freezable.isFrozen.

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