Base class for a list of parsers.
public abstract class ParserList<T, TState> : OrderedList<T>, IList<T>, ICollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable where T : notnull, ParserBase<TState>
kind:method, kind:property, kind:ctor. Press Esc to clear.ParserList(IEnumerable<T>)Performs the parser list operation.GlobalParsersGets the list of global parsers (that don't have any opening characters defined)OpeningCharactersGets all the opening characters defined.GetParsersForOpeningCharacter(UInt32)Gets the list of parsers valid for the specified opening character.IndexOfOpeningCharacter(String, Int32, Int32)Searches for an opening character from a registered parser in the specified string.