TargetCollection.

ToString(string) Method

Summary

Gets the names of the targets in the NAnt.Core.TargetCollection combined into one list separated by the given string.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
TargetCollection

Syntax

public string ToString(string separator)

Parameters

Name Type Description
separator string

Return Value

Type Description
string A string that contains a list of the names of the targets in the NAnt.Core.TargetCollection, separated by the specified separator.