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