CircularListTSlice(Int32) Method
Gets a new
CircularListT instance, which represents a subsection of the current instance with the specified start
index.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public CircularList<T> Slice(
int index
)
Public Function Slice (
index As Integer
) As CircularList(Of T)
public:
CircularList<T>^ Slice(
int index
)
member Slice :
index : int -> CircularList<'T>
- index Int32
- The zero-based index at which the range starts.
CircularListTA shallow copy of a range of elements in the source
CircularListT.