IFreezable Interface |
Namespace: AGI.Foundation.Infrastructure
The IFreezable type exposes the following members.
Name | Description | |
---|---|---|
IsFrozen |
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.
|
Name | Description | |
---|---|---|
Freeze |
Freezes this object. Further attempts to modify it will result
in an ObjectFrozenException.
|