CommandLineArgumentCollection.

this[string] Property

Summary

Gets the NAnt.Core.Util.CommandLineArgument with the specified name.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Util
Containing Type
CommandLineArgumentCollection

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