Skip to content

Overload_CommandLine_Parser_ParseArguments

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

Parser.ParseArguments Method

Overload List

 

Name Description
Public method ParseArguments(T)(IEnumerable(String)) Parses a string array of command line arguments constructing values in an instance of type T. Grammar rules are defined decorating public properties with appropriate attributes.
Public method ParseArguments(IEnumerable(String), Type[]) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from the array of types supplied by types. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public method ParseArguments(T)(Func(T), IEnumerable(String)) Parses a string array of command line arguments constructing values in an instance of type T. Grammar rules are defined decorating public properties with appropriate attributes.
  Back to Top

See Also

Reference

Parser Class
CommandLine Namespace

Clone this wiki locally