CommandArgument Class¶
- Namespace
Microsoft.Extensions.CommandLineUtils- Assemblies
- Microsoft.Extensions.CommandLineUtils
Constructors¶
-
CommandArgument()¶ public CommandArgument()
-
Properties¶
-
Microsoft.Extensions.CommandLineUtils.CommandArgument.Description¶ Return type: System.String public string Description { get; set; }
-
Microsoft.Extensions.CommandLineUtils.CommandArgument.MultipleValues¶ Return type: System.Boolean public bool MultipleValues { get; set; }
-
Microsoft.Extensions.CommandLineUtils.CommandArgument.Name¶ Return type: System.String public string Name { get; set; }
-
Microsoft.Extensions.CommandLineUtils.CommandArgument.Value¶ Return type: System.String public string Value { get; }
-
Microsoft.Extensions.CommandLineUtils.CommandArgument.Values¶ Return type: System.Collections.Generic.List<System.String> public List<string> Values { get; }
-