Parser.End<T> method (1 of 2)

Succeeds only at the end of the text.

public static IParser<T> End<T>(this IParser<T> parser)

See Also


Parser.End<T> method (2 of 2)

Succeeds with the specified value only at the end of the text.

public static IParser<T> End<T>(T value)

See Also