SortedDictionary<TKey,TValue>

E1786494 UNEXPLORED

SortedDictionary<TKey,TValue> is a generic .NET collection class that stores key/value pairs in sorted order according to the keys, providing efficient lookups, insertions, and deletions.

Try in SPARQL Jump to: Surface forms Referenced by

All labels observed (1)

Label Occurrences
SortedDictionary<TKey,TValue> canonical 2

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

System.IComparable usedBy SortedDictionary<TKey,TValue>
System.Collections.Generic provides SortedDictionary<TKey,TValue>