Summary
Gets or sets the element at the specified index.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Project
Entry Collection
Syntax
[IndexerName("Item")]
public ProjectEntry this[int index] { get; set; }
Attributes
Type | Description |
---|---|
IndexerNameAttribute |
Parameters
Name | Type | Description |
---|---|---|
index | int |
Value
Type | Description |
---|---|
ProjectEntry |