Determines whether a EnvironmentVariable is in the collection.
Determines whether a EnvironmentVariable is in the collection.
public bool Contains(EnvironmentVariable);
Determines whether a EnvironmentVariable with the specified value is in the collection.
public bool Contains(string);
EnvironmentVariableCollection Class | NAnt.Core.Types Namespace