Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Returns a portion of the list whose keys are greater than the limit object parameter.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public static SortedList TailList(
	SortedList list,
	Object limit
)

Parameters

list
Type: System.Collections..::.SortedList
The list where the portion will be extracted.
limit
Type: System..::.Object
The start element of the portion to extract.

Return Value

The portion of the collection whose elements are greater than the limit object parameter.

See Also