NAnt SDK Documentation - v0.92

TaskBuilderCollection.Item Property

Gets or sets the element at the specified index.

Overload List

Gets or sets the element at the specified index.

public TaskBuilder this[int] {get; set;}

Gets the TaskBuilder for the specified task.

public TaskBuilder this[string] {get;}

See Also

TaskBuilderCollection Class | NAnt.Core Namespace