CircularListT(Int32) Constructor

Creates a new instance of CircularListT that is empty and has the specified initial capacity.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public CircularList(
	int capacity
)

Parameters

capacity  Int32
The number of elements that the new list can initially store.

See Also