Indicates that this argument is the default argument. '/' or '-' prefix only the argument value is specified.

Namespace:  MbUnit.Core.Cons.CommandLine
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1502 (2.4.2.1502)

Syntax

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

Remarks

Command line parsing code from Peter Halam, http://www.gotdotnet.com/community/usersamples/details.aspx?sampleguid=62a0f27e-274e-4228-ba7f-bc0118ecc41e

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    MbUnit.Core.Cons.CommandLine..::.CommandLineArgumentAttribute
      MbUnit.Core.Cons.CommandLine..::.DefaultCommandLineArgumentAttribute

See Also