DocDataTextReader.Read Method
Include Protected Members
Include Inherited Members
Gets the text at the next 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() | 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