NAnt SDK Documentation - v0.85-nightly-2005-11-09

CommandLineArgumentCollection.Item Property (String)

[This is preliminary documentation and subject to change.]

Gets the CommandLineArgument with the specified name.

[Visual Basic]
Overloads Public Default ReadOnly Property Item( _
   ByVal name As String _
) As CommandLineArgument
[C#]
public CommandLineArgument this[
   string name
] {get;}

Parameters

name
The name of the CommandLineArgument to get.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Util.CommandLineArgumentCollection.Item(System.String)

See Also

CommandLineArgumentCollection Class | NAnt.Core.Util Namespace | CommandLineArgumentCollection.Item Overload List