| NAnt SDK Documentation - v0.92 |
|
CommandLineArgument.IsArray Property
Gets a value indicating whether the argument is array-based.
[Visual Basic]
Public ReadOnly Property IsArray As
Boolean
[C#]
public
bool IsArray {get;}
Property Value
true if the argument is backed by an array; otherwise, false.
See Also
CommandLineArgument Class | NAnt.Core.Util Namespace