Class Freezable<T>
Represents object that can be frozen for modification.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Licensing
Assembly: DevZest.Licensing.dll
Syntax
public abstract class Freezable<T>
Type Parameters
Name | Description |
---|---|
T | Type of the freezer. |
Properties
Name | Description |
---|---|
IsFrozen | Gets a value indicates whether this object is currently modifiable. |
Methods
Name | Description |
---|---|
VerifyFrozenAccess() | Enforces that this object is modifiable. |