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

TargetCollection.ToString Method ()

[This is preliminary documentation and subject to change.]

Gets the names of the targets in the TargetCollection combined into one comma-separated list.

[Visual Basic]
Overrides Overloads Public Function ToString() As String
[C#]
public override string ToString();

Return Value

A String that contains a comma-separated list of the names of the targets in the TargetCollection.

Remarks

Missing <remarks> documentation for M:NAnt.Core.TargetCollection.ToString

See Also

TargetCollection Class | NAnt.Core Namespace | TargetCollection.ToString Overload List