Gets or sets the element at the specified index.
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;}
CommandLineArgumentCollection Class | NAnt.Core.Util Namespace