Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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.7.1.23 (3.7.1.23)

Syntax

C#
public static SortedList TailList(
	IDictionary dict,
	Object limit
)

Parameters

dict
Type: System.Collections..::.IDictionary
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