10 [AttributeUsage(AttributeTargets.Property)]
35 set =>
metaName = value ??
throw new ArgumentNullException(
"value");
Models a base attribute to define command line syntax.
Models an value specification, or better how to handle values not bound to options.
ValueAttribute(int index)
Initializes a new instance of the CommandLine.ValueAttribute class.
int Index
Gets the position this option has on the command line.
string MetaName
Gets or sets name of this positional value specification.