Class WindowsDeviceCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Windows devices.
public class WindowsDeviceCollection : Collection<WindowsDevice>, IList<WindowsDevice>, ICollection<WindowsDevice>, IList, ICollection, IReadOnlyList<WindowsDevice>, IReadOnlyCollection<WindowsDevice>, IEnumerable<WindowsDevice>, IEnumerable
- Inheritance
-
WindowsDeviceCollection
- Implements
- Inherited Members
Constructors
WindowsDeviceCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsDeviceCollection class.
public WindowsDeviceCollection()
Methods
Sort()
Sorts the values in the collection.
public void Sort()