19 public abstract void Close();
28 Dispose(disposing:
true);
34 protected virtual void Dispose(
bool disposing)
Provides a mechanism for releasing unmanaged resources.To browse the .NET Framework source code for t...
Provides the base class for storing serialization data for the T:System.ComponentModel....
abstract void Save(Stream stream)
Saves the store to the given stream.
SecurityAction
Specifies the security actions that can be performed using declarative security.
virtual void Dispose(bool disposing)
Releases the unmanaged resources used by the T:System.ComponentModel.Design.Serialization....
abstract ICollection Errors
Gets a collection of errors that occurred during serialization or deserialization.
Defines size, enumerators, and synchronization methods for all nongeneric collections.
void Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resourc...
abstract void Close()
Closes the serialization store.
Provides a generic view of a sequence of bytes. This is an abstract class.To browse the ....