Version

VerifyNotSealed Method

Throws an exception if the specified instance is sealed.
Syntax
'Declaration
 
Public Shared Sub VerifyNotSealed( _
   ByVal instance As ISealable _
) 
public static void VerifyNotSealed( 
   ISealable instance
)

Parameters

instance
The ISealable instance to verify.
Remarks
This method should be used when verifying whether an instance is mutable and therefore would allow the alteration of any aspects of the class.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also