Click or drag to resize
AkObjectListTShrinkTList Method
缩减为另一个集合。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public TList Shrink<TList>(
	int newSize
)
where TList : new(), AkObjectList<T>

Parameters

newSize
Type: SystemInt32
新的集合的大小,该值应该小于原始的大小。

Type Parameters

TList
集合类型。

Return Value

Type: TList
新的集合。
See Also