Class Parser
Implementation of ICommandlineParser using the Sprache parser combinator library
Inheritance
Parser
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Ubiquity.CommandlineParsing.Monad
Assembly: Ubiquity.CommandlineParsing.Monad.dll
Syntax
public class Parser : ICommandlineParser
Methods
Parse(IEnumerable<String>) | Parse arguments list from platform provided list of args |
ParseCommandLine(String) | Static method to parse a command line |