I was wondering if .NET offers any standard functionality for doing a prefix search through a list or a dictionary object. I came across the StringDictionary, b
StringDictionary
I made a generic implementation of this available here.
Since string implements IEnumerable, you can use it with char as parameter for TKeyElement.
string
IEnumerable
char
TKeyElement