NAnt SDK Documentation - v0.92

CommandLineArgumentCollection.Item Property

Gets or sets the element at the specified index.

Overload List

Gets or sets the element at the specified index.

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

Gets the CommandLineArgument with the specified name.

public CommandLineArgument this[string] {get;}

See Also

CommandLineArgumentCollection Class | NAnt.Core.Util Namespace