DefaultCommandLineArgumentAttribute.

DefaultCommandLineArgumentAttribute(CommandLineArgumentTypes) Constructor

Summary

Initializes a new instance of the NAnt.Core.Util.CommandLineArgumentAttribute class with the specified argument type.

Syntax

public DefaultCommandLineArgumentAttribute(CommandLineArgumentTypes argumentType)

Parameters

Name Type Description
argumentType CommandLineArgumentTypes Specifies the checking to be done on the argument.

Return Value

Type Description
void