This dictionary contains LIST_ITEM entries sorted by filename, for fast access
| C# | Visual Basic | Visual C++ |
protected SortedDictionary<string, LIST_ITEM> ItemsDictionary { get; }
Protected ReadOnly Property ItemsDictionary As SortedDictionary(Of String, LIST_ITEM)
protected: property SortedDictionary<String^, LIST_ITEM>^ ItemsDictionary { SortedDictionary<String^, LIST_ITEM>^ get (); }