In This Topic
Writes an array of values to the current stream, and advances the current position within this stream by the number of bytes written.
Overload List
Overload | Description |
WriteRange<T>(T[]) | Writes an array of values to the current stream, and advances the current position within this stream by the number of bytes written. |
WriteRange(IntPtr,Int64) | Writes a range of bytes to the current stream, and advances the current position within this stream by the number of bytes written. |
WriteRange<T>(T[],Int32,Int32) | Writes an array of values to the current stream, and advances the current position within this stream by the number of bytes written. |
See Also