In This Topic
Reads an array of values from the current stream, and advances the current position within this stream by the number of bytes written.
Overload List
Overload | Description |
ReadRange<T>(Int32) | Reads an array of values from the current stream, and advances the current position within this stream by the number of bytes written. |
ReadRange<T>(T[],Int32,Int32) | Reads a sequence of elements from the current stream into a target buffer and advances the position within the stream by the number of bytes read. |
See Also