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

StringCollectionWithGoodToString.ToString Method 

[This is preliminary documentation and subject to change.]

Creates a string representing a list of the strings in the collection.

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

Return Value

A string that represents the contents.

Remarks

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

See Also

StringCollectionWithGoodToString Class | NAnt.Core Namespace