BufferTextReader.Read 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.
Overloads
Read()
public:
override int Read();
public override int Read();
override this.Read : unit -> int
Public Overrides Function Read () As Integer
Returns
Applies to
Read(Char[], Int32, Int32)
public:
override int Read(cli::array <char> ^ chars, int index, int count);
public override int Read(char[] chars, int index, int count);
override this.Read : char[] * int * int -> int
Public Overrides Function Read (chars As Char(), index As Integer, count As Integer) As Integer
Parameters
- chars
- Char[]
- index
- Int32
- count
- Int32