System.Collections.Generic.SortedDictionary

Added in .NET 2.0
Implements a lookup system
objects made available through unique keys
keeps records sorted using a binary search tree
If the TKey data type implements the IComparer interface, that types comparison rules are used for the sort.




© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext