C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.IO
BinaryWriter Class
BinaryWriter Properties
BaseStream Property
BinaryWriter
BaseStream Property
Gets the underlying stream of the
BinaryWriter
.
Namespace:
System.IO
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
virtual
Stream
BaseStream
{
get
; }
Return Value
Type:
Stream
The underlying stream associated with the BinaryWriter.
See Also
Reference
BinaryWriter Class
System.IO Namespace