Table of Contents

Class UnixLocalUserCollection

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

Represents a collection of Unix local users.

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

Constructors

UnixLocalUserCollection()

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

public UnixLocalUserCollection()

Methods

Sort()

Sorts the values in order of the user name.

public void Sort()