C# Class NAnt.Core.StringCollectionWithGoodToString

Inheritance: System.Collections.Specialized.StringCollection, ICloneable
Mostra file Open project: skolima/NAnt Class Usage Examples

Public Methods

Method Description
Clone ( ) : object

Creates a shallow copy of the StringCollectionWithGoodToString.

ToString ( ) : string

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

Method Details

Clone() public method

Creates a shallow copy of the StringCollectionWithGoodToString.
public Clone ( ) : object
return object

ToString() public method

Creates a string representing a list of the strings in the collection.
public ToString ( ) : string
return string