Method | Description | |
---|---|---|
Add ( |
||
Add ( object value ) : int | ||
Find ( string targetName ) : |
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.
|
public Find ( string targetName ) : |
||
targetName | string | The name of the target to find. |
return |
public ToString ( string separator ) : string | ||
separator | string | |
return | string |