Summary
Gets a value indicating whether the argument is a set of name/value
pairs.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Containing Type
- CommandLineArgument
Syntax
public bool IsNameValueCollection { get; }
Value
| Type | Description |
|---|---|
| bool |
true if the argument is backed by a NAnt.Core.Util.CommandLineArgument.Type
that can be assigned to System.Collections.Specialized.NameValueCollection; otherwise,
false.
|
