Class ArpCacheEntryCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of ARP cache entries.
public class ArpCacheEntryCollection : Collection<ArpCacheEntry>, IList<ArpCacheEntry>, ICollection<ArpCacheEntry>, IList, ICollection, IReadOnlyList<ArpCacheEntry>, IReadOnlyCollection<ArpCacheEntry>, IEnumerable<ArpCacheEntry>, IEnumerable
- Inheritance
-
ArpCacheEntryCollection
- Implements
- Inherited Members
Constructors
ArpCacheEntryCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ArpCacheEntryCollection class.
public ArpCacheEntryCollection()
Methods
Sort()
Sorts the values in order of MAC address.
public void Sort()