Allows to associate characters to a data structures and query efficiently for them.
public sealed class CharacterMap<T>
where T : class
kind:method, kind:property, kind:ctor. Press Esc to clear.CharacterMap(IEnumerable<KeyValuePair<Char, T>>)Initializes a new instance of the CharacterMap<T> class.Item[UInt32]Gets the list of parsers valid for the specified opening character.OpeningCharactersGets all the opening characters defined.IndexOfOpeningCharacter(String, Int32, Int32)Searches for an opening character from a registered parser in the specified string.