IFreezable Interface

Definition

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.

Applies to