BufferedReadStream.BufferedData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The currently buffered data.
public:
property ArraySegment<System::Byte> BufferedData { ArraySegment<System::Byte> get(); };
public ArraySegment<byte> BufferedData { get; }
member this.BufferedData : ArraySegment<byte>
Public ReadOnly Property BufferedData As ArraySegment(Of Byte)