Summary
Gets or sets the element at the specified index.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Build
Listener Collection
Syntax
[System.Runtime.CompilerServices.IndexerName("Item")]
public IBuildListener this[int index] { get; set; }
Attributes
| Type | Description |
|---|---|
| IndexerNameAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| index | int |
Value
| Type | Description |
|---|---|
| IBuildListener |
