Property ValueContent
ValueContent
Gets a Parser monad for a value (either a positional argument or the value of a switch/option)
Declaration
public static Parser<IEnumerable<char>> ValueContent { get; }
Property Value
public static Parser<IEnumerable<char>> ValueContent { get; }
Sprache.Parser<System.Collections.Generic.IEnumerable<Char>> |