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

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

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

Метод Описание
Add ( Target t ) : int
Add ( object value ) : int
Find ( string targetName ) : Target

Finds a target by name.

ToString ( ) : string

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

ToString ( string separator ) : string

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

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

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

public Add ( Target t ) : int
t Target
Результат int

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

public Add ( object value ) : int
value object
Результат int

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

Finds a target by name.
public Find ( string targetName ) : Target
targetName string The name of the target to find.
Результат Target

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

Gets the names of the targets in the TargetCollection combined into one comma-separated list.
public ToString ( ) : string
Результат string

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

Gets the names of the targets in the TargetCollection combined into one list separated by the given string.
public ToString ( string separator ) : string
separator string
Результат string