Version

SealableBase Class Methods

For a list of all members of this type, see SealableBase members.

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