Class PlainArgument
Defines a class that represents a plain argument. At the command line level, plain arguments are handled as individual arguments without any parsing. An argument is assumed to be a plain argument if it doesn’t begin with a reserved prefix and it’s not a successor of an argument name argument.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Juhta.Net.Console
Assembly: Juhta.Net.Console.dll
Syntax
public class PlainArgument : CommandLineArgument
Constructors
| Improve this Doc View SourcePlainArgument(String)
Initializes a new instance.
Declaration
public PlainArgument(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | Specifies a value for the Value property. |