Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Returns a portion of the list whose keys are less than the limit object parameter.

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

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