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