Parser.ThenSkip<T1,T2> method

Executes one parser after another, ignoring the output of the second parser.

public static IParser<T1> ThenSkip<T1, T2>(this IParser<T1> parser, IParser<T2> nextParser)

See Also