Click or drag to resize
AkObjectListTSetLimit Method
设置集合的限制数目。

用于加载前的准备,支持链式操作。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public AkObjectList<T> SetLimit(
	int value
)

Parameters

value
Type: SystemInt32
集合的限制数目,值为 0 时表示无限制。。

Return Value

Type: AkObjectListT
当前集合。
See Also