Public Constructors Public Properties Public Methods
Public Methods
Public Properties
Gets whether the instance has already been sealed through the Seal method. Syntax
Makes the instance immutable. Any attempts to modify properties or members will result in an exception. Syntax
Throws an exception if the specified instance is sealed. Syntax 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.
Syntax
Defines the byte order. Syntax Members Member Description HighFirst High byte first. HighOnly High bytes only. LowFirst Low byte first. LowOnly Low bytes only.
Represents an utility class to work with character arrays. Syntax
Public Constructors Public Properties Public Methods