Skip to content

Overload_CommandLine_ParserExtensions_ParseArguments

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

ParserExtensions.ParseArguments Method

Overload List

 

Name Description
Public methodStatic member ParseArguments(T1, T2)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7, T8)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7, T8, T9)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
  Back to Top

See Also

Reference

ParserExtensions Class
CommandLine Namespace

Clone this wiki locally