Indicates that this argument is the default argument.

Namespace:  Gallio.Runtime.ConsoleSupport
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class DefaultCommandLineArgumentAttribute : CommandLineArgumentAttribute
Visual Basic (Declaration)
Public Class DefaultCommandLineArgumentAttribute _
	Inherits CommandLineArgumentAttribute

Remarks

'/' or '-' prefix only the argument value is specified.

Command line parsing code from Peter Halam,

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Gallio.Runtime.ConsoleSupport..::.CommandLineArgumentAttribute
      Gallio.Runtime.ConsoleSupport..::.DefaultCommandLineArgumentAttribute

See Also