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

CommandLineArgument.IsCollection Property

[This is preliminary documentation and subject to change.]

Gets a value indicating whether the argument is collection-based.

[Visual Basic]
Public ReadOnly Property IsCollection As Boolean
[C#]
public bool IsCollection {get;}

Property Value

true if the argument is backed by a Type that can be assigned to ICollection and is not backed by a Type that can be assigned to NameValueCollection; otherwise, false.

Remarks

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

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace