DocDataTextReader.Read Method
Include Protected Members
Include Inherited Members
Gets the text at the next position.
Overload List
Name | Description | |
---|---|---|
Read() | Gets the text at the next position. (Overrides TextReader.Read().) | |
Read(array<Char[], Int32, Int32) | Sets the text of the specified buffer at the specified position. (Overrides TextReader.Read(array<Char[], Int32, Int32).) |
Top