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

TargetCollection.ToString Method (String)

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
Overloads Public Function ToString( _
   ByVal separator As String _
) As String
[C#]
public string ToString(
   string separator
);

Parameters

separator
Missing <param> documentation for separator

Return Value

A String that contains a list of the names of the targets in the TargetCollection, separated by the specified separator.

Remarks

Missing <remarks> documentation for M:NAnt.Core.TargetCollection.ToString(System.String)

See Also

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