NAnt SDK Documentation - v0.92

CommandLineArgumentCollection.Item Property (String)

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.

See Also

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