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.

Overload List

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

public override string ToString();

Gets the names of the targets in the TargetCollection combined into one list separated by the given String.

public string ToString(string);

See Also

TargetCollection Class | NAnt.Core Namespace