CollectionUtilsTailList Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Returns a portion of the list whose keys are greater than the
limit object parameter.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic static SortedList TailList(
IDictionary dict,
Object limit
)
Parameters
- dict
- Type: System.CollectionsIDictionary
The list where the portion will be extracted.
- limit
- Type: SystemObject
The start element of the portion to extract.
Return Value
Type:
SortedList
The portion of the collection whose elements are greater than
the limit object parameter.
See Also