Table of Contents

Class MicrosoftDhcpServerv6OptionValueCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection Microsoft DHCP server IPv6 option values.

public class MicrosoftDhcpServerv6OptionValueCollection : Collection<MicrosoftDhcpServerv6OptionValue>, IList<MicrosoftDhcpServerv6OptionValue>, ICollection<MicrosoftDhcpServerv6OptionValue>, IList, ICollection, IReadOnlyList<MicrosoftDhcpServerv6OptionValue>, IReadOnlyCollection<MicrosoftDhcpServerv6OptionValue>, IEnumerable<MicrosoftDhcpServerv6OptionValue>, IEnumerable
Inheritance
MicrosoftDhcpServerv6OptionValueCollection
Implements
Inherited Members

Constructors

MicrosoftDhcpServerv6OptionValueCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6OptionValueCollection class.

public MicrosoftDhcpServerv6OptionValueCollection()

Methods

FindSuperceededOptionValues()

Returns the option values that have been superceeded by a more specific option value.

public MicrosoftDhcpServerv6OptionValueCollection FindSuperceededOptionValues()

Returns

MicrosoftDhcpServerv6OptionValueCollection

A collection of option values that have been superceeded by a more specific option value.

Merge(MicrosoftDhcpServerv6OptionValueCollection)

Merges the option values from the specified collection into the collection.

public void Merge(MicrosoftDhcpServerv6OptionValueCollection optionValues)

Parameters

optionValues MicrosoftDhcpServerv6OptionValueCollection

The 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()