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