IByteBlockWriteInt32(Int32) 方法
写入一个32位整数。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
void WriteInt32(
int value
)
Sub WriteInt32 (
value As Integer
)
abstract WriteInt32 :
value : int -> unit
参数
- value Int32
- 要写入的32位整数值。