Table of Contents

Class UnixLogicalDriveCollection

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

Represents a collection of Unix logical drives.

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

Constructors

UnixLogicalDriveCollection()

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

public UnixLogicalDriveCollection()

Methods

Sort()

Sorts the values in order of the logical drive name.

public void Sort()