Summary
Gets a value indicating whether the argument is the default argument.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Containing Type
- CommandLineArgument
Syntax
public bool IsDefault { get; }
Value
Type | Description |
---|---|
bool |
true if the argument is the default argument;
otherwise, false .
|