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