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

Returns a portion of the list whose keys are less 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 HeadList(
	IDictionary dict,
	Object limit
)

Parameters

dict
Type: System.Collections..::.IDictionary
The list where the portion will be extracted.
limit
Type: System..::.Object
The end element of the portion to extract.

Return Value

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

See Also