XmlBufferedReaderStream.ReadInternal(Byte[], Int32, Int32) Method
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.
protected:
override int ReadInternal(cli::array <System::Byte> ^ buffer, int offset, int count);
protected override int ReadInternal (byte[] buffer, int offset, int count);
override this.ReadInternal : byte[] * int * int -> int
Protected Overrides Function ReadInternal (buffer As Byte(), offset As Integer, count As Integer) As Integer
Parameters
- buffer
- Byte[]
- offset
- Int32
- count
- Int32