Memory.ReadTable(Stream, Byte[], Int32) Method

Definition

public:
 static bool ReadTable(System::IO::Stream ^ stream, cli::array <System::Byte> ^ data, int bytesToRead);
public static bool ReadTable (System.IO.Stream stream, byte[] data, int bytesToRead);
static member ReadTable : System.IO.Stream * byte[] * int -> bool

Parameters

stream
Stream
data
Byte[]
bytesToRead
Int32

Returns

Boolean

Applies to