CircularListT(Int32) Constructor
Creates a new instance of
CircularListT that is empty and has the specified initial capacity.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public CircularList(
int capacity
)
Public Sub New (
capacity As Integer
)
public:
CircularList(
int capacity
)
new :
capacity : int -> CircularList
Parameters
- capacity Int32
- The number of elements that the new list can initially store.