NAnt SDK Documentation - v0.85-nightly-2005-11-09

DefaultCommandLineArgumentAttribute Constructor 

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
Public Sub New( _
   ByVal argumentType As CommandLineArgumentTypes _
)
[C#]
public DefaultCommandLineArgumentAttribute(
   CommandLineArgumentTypes argumentType
);

Parameters

argumentType
Specifies the checking to be done on the argument.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Util.DefaultCommandLineArgumentAttribute.#ctor(NAnt.Core.Util.CommandLineArgumentTypes)

See Also

DefaultCommandLineArgumentAttribute Class | NAnt.Core.Util Namespace