Class NameValueArgument
Defines an abstract base class for command line arguments that consist of name and value pairs.
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 abstract class NameValueArgument : CommandLineArgument
Constructors
| Improve this Doc View SourceNameValueArgument(String, String)
Initializes a new instance.
Declaration
protected NameValueArgument(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Specifies a value for the Name property. |
System.String | value | Specifies a value for the Value property. |
Properties
| Improve this Doc View SourceName
Gets the name of the command line argument.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |