The following tables list the members exposed by SealableBase.
Name | Description | |
---|---|---|
![]() | SealableBase Constructor |
Name | Description | |
---|---|---|
![]() | Seal | Makes the instance immutable. Any attempts to modify properties or members will result in an exception. |
![]() ![]() | VerifyNotSealed | Throws an exception if the specified instance is sealed. |