[This is preliminary documentation and is subject to change.]
Allocates a wrapper around some other stream so it can be used with TextWriter that always closes the underlying stream
in cases when the underlying stream needs to remain open after TextWriter is done
Namespace: NFX.IOAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- target
- Type:
System.IO Stream
See Also