Summary
Gets the names of the targets in the
NAnt.Core.TargetCollection
combined into one comma-separated list.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- TargetCollection
Syntax
public override string ToString()
Return Value
Type | Description |
---|---|
string |
A string that contains a comma-separated list of the
names of the targets in the NAnt.Core.TargetCollection .
|