C# Класс NAnt.Core.StringCollectionWithGoodToString

Наследование: System.Collections.Specialized.StringCollection, ICloneable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Clone ( ) : object

Creates a shallow copy of the StringCollectionWithGoodToString.

ToString ( ) : string

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

Описание методов

Clone() публичный Метод

Creates a shallow copy of the StringCollectionWithGoodToString.
public Clone ( ) : object
Результат object

ToString() публичный Метод

Creates a string representing a list of the strings in the collection.
public ToString ( ) : string
Результат string