Table of Contents

Class EnvironmentVariableCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of environment variables.

public class EnvironmentVariableCollection : Collection<EnvironmentVariable>, IList<EnvironmentVariable>, ICollection<EnvironmentVariable>, IList, ICollection, IReadOnlyList<EnvironmentVariable>, IReadOnlyCollection<EnvironmentVariable>, IEnumerable<EnvironmentVariable>, IEnumerable
Inheritance
EnvironmentVariableCollection
Implements
Inherited Members

Constructors

EnvironmentVariableCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.EnvironmentVariableCollection class.

public EnvironmentVariableCollection()

Methods

Sort()

Sorts the values in the collection.

public void Sort()