Table of Contents

Class UnixLocalGroupCollection

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

Represents a collection of Unix local groups.

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

Constructors

UnixLocalGroupCollection()

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

public UnixLocalGroupCollection()

Methods

Sort()

Sorts the values in order of the group name.

public void Sort()