Writes an array of values to the current stream, and advances the current position within this stream by the number of bytes written.
オーバーロード一覧
| オーバーロード | 解説 |
| 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. |
参照