ParserList<T, TState> Class

Definition

Show inherited members (85)

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>

Type parameters

T
Type of the parser
TState
The type of the parser state.
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (2)

Methods (2)