Show / Hide Table of Contents

Class Freezable<T>

Represents object that can be frozen for modification.

Inheritance
System.Object
Freezable<T>
License
LicenseItem
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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest