TextSnapshotToTextReader.Read Method
Include Protected Members
Include Inherited Members
Reads from the input stream and advances the character position.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Read() | Reads the next character from the input stream and advances the character position by one character. (Overrides TextReader.Read().) | |
Read(array<Char[], Int32, Int32) | Reads the specified number of characters from the current stream and writes the data to the buffer, beginning at the specified location. (Overrides TextReader.Read(array<Char[], Int32, Int32).) |
Top