Bitmap for UWP
Write<T>(T) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > DataStream クラス > Write メソッド : Write<T>(T) メソッド
The type of the value to be written to the stream.
The value to write to the stream.
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 T As {New, Struct})( _
   ByVal value As T _
) 
public void Write<T>( 
   T value
)
where T: new(), struct

パラメータ

value
The value to write to the stream.

型パラメータ

T
The type of the value to be written to the stream.
例外
例外解説
The stream does not support writing.
解説
In order to provide faster read/write, this operation doesn't check stream bound. A client must carefully not read/write above the size of this datastream.
参照

DataStream クラス
DataStream メンバ
オーバーロード一覧