EnvironmentVariableCollection.

this[string] Property

Summary

Gets the NAnt.Core.Types.EnvironmentVariable with the specified name.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
EnvironmentVariableCollection

Syntax

[System.Runtime.CompilerServices.IndexerName("Item")]
public EnvironmentVariable this[string name] { get; }

Attributes

Type Description
IndexerNameAttribute

Parameters

Name Type Description
name string

Value

Type Description
EnvironmentVariable