Class BatteryCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of batteries found within a portable computer.
public class BatteryCollection : Collection<Battery>, IList<Battery>, ICollection<Battery>, IList, ICollection, IReadOnlyList<Battery>, IReadOnlyCollection<Battery>, IEnumerable<Battery>, IEnumerable
- Inheritance
-
BatteryCollection
- Implements
- Inherited Members
Constructors
BatteryCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BatteryCollection class.
public BatteryCollection()
Methods
Sort()
Sorts the values in the collection.
public void Sort()