4using System.Collections.Generic;
37 throw new ArgumentNullException(
"parser");
68 throw new ArgumentNullException(
"parser");
71 return parser.
ParseArguments(args, typeof(T1), typeof(T2), typeof(T3));
100 throw new ArgumentNullException(
"parser");
103 return parser.
ParseArguments(args, typeof(T1), typeof(T2), typeof(T3), typeof(T4));
131 IEnumerable<string> args)
135 throw new ArgumentNullException(
"parser");
138 return parser.
ParseArguments(args, typeof(T1), typeof(T2), typeof(T3), typeof(T4), typeof(T5));
167 IEnumerable<string> args)
171 throw new ArgumentNullException(
"parser");
174 return parser.
ParseArguments(args, typeof(T1), typeof(T2), typeof(T3), typeof(T4), typeof(T5), typeof(T6));
204 IEnumerable<string> args)
208 throw new ArgumentNullException(
"parser");
250 IEnumerable<string> args)
254 throw new ArgumentNullException(
"parser");
298 IEnumerable<string> args)
302 throw new ArgumentNullException(
"parser");
348 IEnumerable<string> args)
352 throw new ArgumentNullException(
"parser");
398 public static ParserResult<object> ParseArguments<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(
400 IEnumerable<string> args)
404 throw new ArgumentNullException(
"parser");
452 public static ParserResult<object> ParseArguments<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(
454 IEnumerable<string> args)
458 throw new ArgumentNullException(
"parser");
508 public static ParserResult<object> ParseArguments<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(
510 IEnumerable<string> args)
514 throw new ArgumentNullException(
"parser");
566 public static ParserResult<object> ParseArguments<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(
568 IEnumerable<string> args)
572 throw new ArgumentNullException(
"parser");
626 public static ParserResult<object> ParseArguments<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14,
627 T15>(
this Parser parser, IEnumerable<string> args)
631 throw new ArgumentNullException(
"parser");
634 return parser.ParseArguments(args,
687 public static ParserResult<object> ParseArguments<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14,
688 T15, T16>(
this Parser parser, IEnumerable<string> args)
692 throw new ArgumentNullException(
"parser");
695 return parser.ParseArguments(args,
Defines generic overloads for CommandLine.Parser.ParseArguments(IEnumerable<string>,...
static ParserResult< object > ParseArguments< T1, T2, T3, T4, T5, T6, T7 >(this Parser parser, IEnumerable< string > args)
Parses a string array of command line arguments for verb commands scenario, constructing the proper i...
CommandLine.ParserExtensions.ParseArguments< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13 > static ParserResult< object > ParseArguments< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13 >(this Parser parser, IEnumerable< string > args)
Parses a string array of command line arguments for verb commands scenario, constructing the proper i...
CommandLine.ParserExtensions.ParseArguments< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12 > static ParserResult< object > ParseArguments< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12 >(this Parser parser, IEnumerable< string > args)
Parses a string array of command line arguments for verb commands scenario, constructing the proper i...
static ParserResult< object > ParseArguments< T1, T2 >(this Parser parser, IEnumerable< string > args)
Parses a string array of command line arguments for verb commands scenario, constructing the proper i...
CommandLine.ParserExtensions.ParseArguments< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11 > static ParserResult< object > ParseArguments< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11 >(this Parser parser, IEnumerable< string > args)
Parses a string array of command line arguments for verb commands scenario, constructing the proper i...
static ParserResult< object > ParseArguments< T1, T2, T3, T4, T5 >(this Parser parser, IEnumerable< string > args)
Parses a string array of command line arguments for verb commands scenario, constructing the proper i...
static ParserResult< object > ParseArguments< T1, T2, T3, T4, T5, T6, T7, T8 >(this Parser parser, IEnumerable< string > args)
Parses a string array of command line arguments for verb commands scenario, constructing the proper i...
static ParserResult< object > ParseArguments< T1, T2, T3 >(this Parser parser, IEnumerable< string > args)
Parses a string array of command line arguments for verb commands scenario, constructing the proper i...
CommandLine.ParserExtensions.ParseArguments< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14 > static ParserResult< object > ParseArguments< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14 >(this Parser parser, IEnumerable< string > args)
Parses a string array of command line arguments for verb commands scenario, constructing the proper i...
static ParserResult< object > ParseArguments< T1, T2, T3, T4, T5, T6, T7, T8, T9 >(this Parser parser, IEnumerable< string > args)
Parses a string array of command line arguments for verb commands scenario, constructing the proper i...
static ParserResult< object > ParseArguments< T1, T2, T3, T4, T5, T6 >(this Parser parser, IEnumerable< string > args)
Parses a string array of command line arguments for verb commands scenario, constructing the proper i...
static ParserResult< object > ParseArguments< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 >(this Parser parser, IEnumerable< string > args)
Parses a string array of command line arguments for verb commands scenario, constructing the proper i...
static ParserResult< object > ParseArguments< T1, T2, T3, T4 >(this Parser parser, IEnumerable< string > args)
Parses a string array of command line arguments for verb commands scenario, constructing the proper i...
Provides methods to parse command line arguments.
ParserResult< object > ParseArguments(IEnumerable< string > args, params Type[] types)
Parses a string array of command line arguments for verb commands scenario, constructing the proper i...
Models a parser result. When inherited by CommandLine.Parsed<T>, it contains an instance of type T w...