CommandLineArgumentAttribute.

CommandLineArgumentAttribute(CommandLineArgumentTypes) Constructor

Summary

Initializes a new instance of the NAnt.Core.Util.CommandLineArgumentAttribute class with the specified argument type.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Util
Containing Type
CommandLineArgumentAttribute

Syntax

public CommandLineArgumentAttribute(CommandLineArgumentTypes argumentType)

Parameters

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

Return Value

Type Description
void