CircularListT Constructor

Overload List

CircularListT Creates a new instance of CircularListT.
CircularListT(IEnumerableT) Creates a new instance of CircularListT with the elements of provided collection.
CircularListT(Int32) Creates a new instance of CircularListT that is empty and has the specified initial capacity.

See Also