NondisposableMemoryStream class

NondisposableMemoryStream class

The class that encapsulates a stream that cannot be disposed by calling the System.IDisposable.Dispose method, whether explicitly or implicitly.

The NondisposableMemoryStream type exposes the following members:

Constructors

ConstructorDescription
initCreates a new instance.
initCreates a new instance using some data stream.

See Also