Version

SealableBase Class Members

The following tables list the members exposed by SealableBase.

Public Constructors
 NameDescription
Public ConstructorSealableBase Constructor  
Public Properties
 NameDescription
Public PropertyIsSealedGets whether the instance has already been sealed through the Seal method.  
Public Methods
 NameDescription
Public MethodSealMakes the instance immutable. Any attempts to modify properties or members will result in an exception.  
Public Methodstatic (Shared in Visual Basic)VerifyNotSealedThrows an exception if the specified instance is sealed.  
See Also