Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
The SortedList used to maintain the sorted results (as keys in the SortedList). The keys are the sorted results, and the values are the number of results for the particular key (to track duplicates).

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

Syntax

C#
protected SortedList BackingDictionary { get; set; }

See Also