Class MicrosoftDhcpServerv4OptionValueCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection Microsoft DHCP server IPv4 option values.
public class MicrosoftDhcpServerv4OptionValueCollection : Collection<MicrosoftDhcpServerv4OptionValue>, IList<MicrosoftDhcpServerv4OptionValue>, ICollection<MicrosoftDhcpServerv4OptionValue>, IList, ICollection, IReadOnlyList<MicrosoftDhcpServerv4OptionValue>, IReadOnlyCollection<MicrosoftDhcpServerv4OptionValue>, IEnumerable<MicrosoftDhcpServerv4OptionValue>, IEnumerable
- Inheritance
-
MicrosoftDhcpServerv4OptionValueCollection
- Implements
- Inherited Members
Constructors
MicrosoftDhcpServerv4OptionValueCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4OptionValueCollection class.
public MicrosoftDhcpServerv4OptionValueCollection()
Methods
FindSuperceededOptionValues()
Returns the option values that have been superceeded by a more specific option value.
public MicrosoftDhcpServerv4OptionValueCollection FindSuperceededOptionValues()
Returns
- MicrosoftDhcpServerv4OptionValueCollection
A collection of option values that have been superceeded by a more specific option value.
Merge(MicrosoftDhcpServerv4OptionValueCollection)
Merges the option values from the specified collection into the collection.
public void Merge(MicrosoftDhcpServerv4OptionValueCollection optionValues)
Parameters
optionValues
MicrosoftDhcpServerv4OptionValueCollectionThe option values to merge into the collection.
RemoveSuperceededOptionValues()
Removes the option values that have been superceeded by a more specific option value from the collection.
public void RemoveSuperceededOptionValues()
Sort()
Sorts the values in the collection.
public void Sort()