BinaryWriter.OutStream Field

Definition

Holds the underlying stream.

protected: System::IO::Stream ^ OutStream;
protected System.IO.Stream OutStream;
val mutable OutStream : System.IO.Stream
Protected OutStream As Stream 

Field Value

Remarks

For a list of common I/O tasks, see Common I/O Tasks.

Applies to

See also