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