NAnt SDK Documentation - v0.92

ArgumentCollection.Item Property (String)

Gets the Argument with the specified value.

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

Parameters

value
The value of the Argument to get.

See Also

ArgumentCollection Class | NAnt.Core.Types Namespace | ArgumentCollection.Item Overload List