实例化一个数据对象
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public SoftCacheArrayInt(
int capacity,
int defaultValue
)
Public Sub New (
capacity As Integer,
defaultValue As Integer
)
public:
SoftCacheArrayInt(
int capacity,
int defaultValue
)
new :
capacity : int *
defaultValue : int -> SoftCacheArrayInt
参数
- capacity
- 类型:SystemInt32
[缺少 "M:HslCommunication.BasicFramework.SoftCacheArrayInt.#ctor(System.Int32,System.Int32)" 的 <param name="capacity"/> 文档]
- defaultValue
- 类型:SystemInt32
[缺少 "M:HslCommunication.BasicFramework.SoftCacheArrayInt.#ctor(System.Int32,System.Int32)" 的 <param name="defaultValue"/> 文档]
参见