Writes a single value to the stream, and advances the current position within this stream by the number of bytes written.
シンタックス
'宣言
Public Overloads Sub Write(Of As {New, Struct})( _
ByVal As _
)
public void Write<>(
)
where T: new(), struct
パラメータ
- value
- The value to write to the stream.
型パラメータ
- T
- The type of the value to be written to the stream.
例外
例外 | 解説 |
System.NotSupportedException | The stream does not support writing. |
参照