Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
ISealable Interface Members
The following tables list the members exposed by ISealable.
Public Properties
| Name | Description |
| IsSealed | Gets whether the instance has been sealed through the Seal method. |
Public Methods
| Name | Description |
| Seal | Makes the instance immutable. Any attempts to modify properties or members will result in an exception. |
See Also