Summary
Gets a value indicating whether a matching command-line argument
was already found.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Containing Type
- CommandLineArgument
Syntax
public bool SeenValue { get; }
Value
Type | Description |
---|---|
bool |
true if a matching command-line argument was
already found; otherwise, false .
|