Summary
Gets the
NAnt.Core.Types.Argument with the specified value.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- ArgumentCollection
Syntax
[System.Runtime.CompilerServices.IndexerName("Item")]
public Argument this[string value] { get; }
Attributes
| Type | Description |
|---|---|
| IndexerNameAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| value | string |
Value
| Type | Description |
|---|---|
| Argument |
