IFreezable Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an object which can be set to immutable state.
public interface IFreezable
type IFreezable = interface
Public Interface IFreezable
- Derived
Properties
IsFrozen |
Gets whether the object is in the immutable state. |
Methods
Freeze() |
Sets the object to the immutable state. |