ValueByteBlock(Int32) 构造函数
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
public ValueByteBlock(
int capacity
)
Public Sub New (
capacity As Integer
)
new :
capacity : int -> ValueByteBlock
参数
- capacity Int32
- 初始容量,最小为1024字节。