Summary
Gets or sets the item at the specified index.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- ModuleCollection
Syntax
[System.Runtime.CompilerServices.IndexerName("Item")]
public Module this[int index] { get; set; }
Attributes
Type | Description |
---|---|
IndexerNameAttribute |
Parameters
Name | Type | Description |
---|---|---|
index | int |
Value
Type | Description |
---|---|
Module |