Click or drag to resize

CustomFileListTItemsDictionary Property

This dictionary contains LIST_ITEM entries sorted by filename, for fast access

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected SortedDictionary<string, T> ItemsDictionary { get; }

Property Value

Type: SortedDictionaryString, T
See Also