Version

ISealable Interface Members

The following tables list the members exposed by ISealable.

Public Properties
 NameDescription
 PropertyIsSealedGets whether the instance has been sealed through the Seal method.  
Public Methods
 NameDescription
 MethodSealMakes the instance immutable. Any attempts to modify properties or members will result in an exception.  
See Also