TimeIntervalCollectionIsFrozen Property |
Gets a value indicating whether this object is frozen.
A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool IsFrozen { get; }
Public ReadOnly Property IsFrozen As Boolean
Get
public:
virtual property bool IsFrozen {
bool get () sealed;
}
abstract IsFrozen : bool with get
override IsFrozen : bool with get
Property Value
Type:
BooleanImplements
IFreezableIsFrozenSee Also