Show / Hide Table of Contents

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.

Inheritance
System.Object
CommandLineArgument
PlainArgument
Inherited Members
CommandLineArgument.GetValueAs<T>()
CommandLineArgument.GetValueAs<T>(IValidator<T>)
CommandLineArgument.Consumed
CommandLineArgument.Value
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 Source

PlainArgument(String)

Initializes a new instance.

Declaration
public PlainArgument(string value)
Parameters
Type Name Description
System.String value

Specifies a value for the Value property.

  • Improve this Doc
  • View Source
Back to top Copyright © 2017-2019 Juha Lähteenmäki
Generated by DocFX