C# 클래스 NAnt.Core.TargetCollection

상속: System.Collections.ArrayList
파일 보기 프로젝트 열기: skolima/NAnt 1 사용 예제들

공개 메소드들

메소드 설명
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