BinaryReaderBaseStream Property |
Exposes access to the underlying stream of the
BinaryReader.
Namespace: System.IOAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual Stream BaseStream { get; }
Return Value
Type:
StreamThe underlying stream associated with the BinaryReader.
See Also