Summary
    Gets a value indicating whether the argument is collection-based.
    
		- Assembly
 - NAnt
.Core .dll  - Namespace
 - NAnt
.Core .Util  - Containing Type
 - CommandLineArgument
 
Syntax
public bool IsCollection { 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.ICollection and is not backed 
    by a NAnt.Core.Util.CommandLineArgument.Type that can be assigned to 
    System.Collections.Specialized.NameValueCollection; otherwise, false.
     | 
				
