ISealable Class
namespace Noesis
This interface is shared across Freezable, Style and Template. A sealed object is free-threaded.
Properties
ISealable has no properties
Attached Properties
ISealable has no attached properties
Methods
| Name | Description |
|---|---|
| CanSeal() | Indicates if the current instance can be sealed |
| IsSealed() | Indicates if the current instance is sealed |
| Seal() | Seals the current instance |
Events
ISealable has no events
Table of Contents