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

ArgumentCollection.Item Property (String)

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

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