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

ArgumentCollection.Item Property

[This is preliminary documentation and subject to change.]

Gets or sets the element at the specified index.

Overload List

Gets or sets the element at the specified index.

public Argument this[int] {get; set;}

Gets the Argument with the specified value.

public Argument this[string] {get;}

See Also

ArgumentCollection Class | NAnt.Core.Types Namespace