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

CommandLineArgumentAttribute 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 CommandLineArgumentAttribute(
   CommandLineArgumentTypes argumentType
);

Parameters

argumentType
Specifies the checking to be done on the argument.

Remarks

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

See Also

CommandLineArgumentAttribute Class | NAnt.Core.Util Namespace