Gets or sets the element at the specified index.
Gets or sets the element at the specified index.
public EnvironmentVariable this[int] {get; set;}
Gets the EnvironmentVariable with the specified name.
public EnvironmentVariable this[string] {get;}
EnvironmentVariableCollection Class | NAnt.Core.Types Namespace