Table of Contents

Class WindowsUserRightCollection

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

Represents a collection of Windows user rights.

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

Constructors

WindowsUserRightCollection()

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

public WindowsUserRightCollection()

Methods

Sort()

Sorts the values in the collection.

public void Sort()