Table of Contents

Class UnixSoftwarePackageCollection

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

Represents a collection of Unix software packages.

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

Constructors

UnixSoftwarePackageCollection()

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

public UnixSoftwarePackageCollection()

Methods

Sort()

Sorts the values in order of the software package name.

public void Sort()