使用指定的容量初始化缓存数据块,长度以字节为单位
Initializes cache chunks with the specified capacity, with a length in bytes
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public SoftBuffer(
int capacity
)
Public Sub New (
capacity As Integer
)
public:
SoftBuffer(
int capacity
)
new :
capacity : int -> SoftBuffer
参数
- capacity
- 类型:SystemInt32
初始化的容量
参见