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

OptionCollection.Item Property (String)

[This is preliminary documentation and subject to change.]

Gets the Option with the specified name.

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

Parameters

name
The name of the option that should be located in the collection.

Remarks

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

See Also

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