NAnt SDK Documentation - v0.85-nightly-2005-11-09

CommandLineArgument.IsArray Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Util.CommandLineArgument.IsArray

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace