Click or drag to resize

ConcurrentCircularCollectionTGetTail Method (Int64)

Gets the tail.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IReadOnlyList<T> GetTail(
	long startIndex
)

Parameters

startIndex
Type: SystemInt64
The start index.

Return Value

Type: IReadOnlyListT
A list of items.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionstartIndex
See Also