C# Class NAnt.Core.TargetCollection

Inheritance: System.Collections.ArrayList
Afficher le fichier Open project: skolima/NAnt Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Add() public méthode

public Add ( Target t ) : int
t Target
Résultat int

Add() public méthode

public Add ( object value ) : int
value object
Résultat int

Find() public méthode

Finds a target by name.
public Find ( string targetName ) : Target
targetName string The name of the target to find.
Résultat Target

ToString() public méthode

Gets the names of the targets in the TargetCollection combined into one comma-separated list.
public ToString ( ) : string
Résultat string

ToString() public méthode

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
Résultat string