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

CommandLineParser.NoArgs Property

[This is preliminary documentation and subject to change.]

Gets a value indicating whether no arguments were specified on the command line.

[Visual Basic]
Public ReadOnly Property NoArgs As Boolean
[C#]
public bool NoArgs {get;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Util.CommandLineParser.NoArgs

See Also

CommandLineParser Class | NAnt.Core.Util Namespace