Represents a collection of DHCP option values

Inheritance Hierarchy

System.ObjectSystem.ObjectSystem::Object
  System.Collections.Generic.List<DHCPOptionValue>System.Collections.Generic.List(Of DHCPOptionValue)System.Collections.Generic::List<DHCPOptionValue^>
    CENTREL.XIA.Network.Management.DHCP.DHCPOptionValuesCENTREL.XIA.Network.Management.DHCP.DHCPOptionValuesCENTREL::XIA::Network::Management::DHCP::DHCPOptionValues

Namespace: CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP
Assembly: CENTREL.XIA.Network.Management.DHCP (in CENTREL.XIA.Network.Management.DHCP.dll)

Syntax

C#

public class DHCPOptionValuesList<DHCPOptionValue>

VB

Public Class DHCPOptionValues Inherits List(Of DHCPOptionValue)

C++

public ref class DHCPOptionValuespublic List<DHCPOptionValue^>

The DHCPOptionValuesDHCPOptionValuesDHCPOptionValues type exposes the following members.

Constructors

Name Description
DHCPOptionValues()New()DHCPOptionValues() Initializes a new instance of the DHCPOptionValuesDHCPOptionValuesDHCPOptionValues class.
Top

Properties

Name Description
CapacityCapacityCapacity Gets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
CountCountCount Gets the number of elements actually contained in the List. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
ItemItemItem Gets or sets the element at the specified index. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
Top

Methods

Name Description
Add(DHCPOptionValue)Add(DHCPOptionValue)Add(DHCPOptionValue^) Adds an object to the end of the List. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
AddRange(IEnumerable<DHCPOptionValue>)AddRange(IEnumerable(Of DHCPOptionValue))AddRange(IEnumerable<DHCPOptionValue^>^) Adds the elements of the specified collection to the end of the List. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
AsReadOnly()AsReadOnly()AsReadOnly() Returns a read-only IList wrapper for the current collection. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
BinarySearch(DHCPOptionValue)BinarySearch(DHCPOptionValue)BinarySearch(DHCPOptionValue^) Searches the entire sorted List for an element using the default comparer and returns the zero-based index of the element. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
BinarySearch(DHCPOptionValue, IComparer<DHCPOptionValue>)BinarySearch(DHCPOptionValue, IComparer(Of DHCPOptionValue))BinarySearch(DHCPOptionValue^, IComparer<DHCPOptionValue^>^) Searches the entire sorted List for an element using the specified comparer and returns the zero-based index of the element. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
BinarySearch(int, int, DHCPOptionValue, IComparer<DHCPOptionValue>)BinarySearch(Integer, Integer, DHCPOptionValue, IComparer(Of DHCPOptionValue))BinarySearch(int, int, DHCPOptionValue^, IComparer<DHCPOptionValue^>^) Searches a range of elements in the sorted List for an element using the specified comparer and returns the zero-based index of the element. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
Clear()Clear()Clear() Removes all elements from the List. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
Contains(DHCPOptionValue)Contains(DHCPOptionValue)Contains(DHCPOptionValue^) Determines whether an element is in the List. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
ConvertAll<TOutput>(Converter<DHCPOptionValue, TOutput>)ConvertAll(Of TOutput)(Converter(Of DHCPOptionValue, TOutput))ConvertAll<TOutput>(Converter<DHCPOptionValue^, TOutput>^) Converts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
CopyTo(DHCPOptionValue[])CopyTo(DHCPOptionValue())CopyTo(array<DHCPOptionValue^>^) Copies the entire List to a compatible one-dimensional array, starting at the beginning of the target array. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
CopyTo(DHCPOptionValue[], int)CopyTo(DHCPOptionValue(), Integer)CopyTo(array<DHCPOptionValue^>^, int) Copies the entire List to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
CopyTo(int, DHCPOptionValue[], int, int)CopyTo(Integer, DHCPOptionValue(), Integer, Integer)CopyTo(int, array<DHCPOptionValue^>^, int, int) Copies a range of elements from the List to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
Equals(object)Equals(Object)Equals(Object^) Determines whether the specified Object is equal to the current Object. (Inherited from ObjectObjectObject.)
Exists(Predicate<DHCPOptionValue>)Exists(Predicate(Of DHCPOptionValue))Exists(Predicate<DHCPOptionValue^>^) Determines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
Finalize()Finalize()Finalize() Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from ObjectObjectObject.)
Find(Predicate<DHCPOptionValue>)Find(Predicate(Of DHCPOptionValue))Find(Predicate<DHCPOptionValue^>^) Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
FindAll(Predicate<DHCPOptionValue>)FindAll(Predicate(Of DHCPOptionValue))FindAll(Predicate<DHCPOptionValue^>^) Retrieves all the elements that match the conditions defined by the specified predicate. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
FindIndex(Predicate<DHCPOptionValue>)FindIndex(Predicate(Of DHCPOptionValue))FindIndex(Predicate<DHCPOptionValue^>^) Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire List. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
FindIndex(int, Predicate<DHCPOptionValue>)FindIndex(Integer, Predicate(Of DHCPOptionValue))FindIndex(int, Predicate<DHCPOptionValue^>^) Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the List that extends from the specified index to the last element. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
FindIndex(int, int, Predicate<DHCPOptionValue>)FindIndex(Integer, Integer, Predicate(Of DHCPOptionValue))FindIndex(int, int, Predicate<DHCPOptionValue^>^) Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the List that starts at the specified index and contains the specified number of elements. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
FindLast(Predicate<DHCPOptionValue>)FindLast(Predicate(Of DHCPOptionValue))FindLast(Predicate<DHCPOptionValue^>^) Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
FindLastIndex(Predicate<DHCPOptionValue>)FindLastIndex(Predicate(Of DHCPOptionValue))FindLastIndex(Predicate<DHCPOptionValue^>^) Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the entire List. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
FindLastIndex(int, Predicate<DHCPOptionValue>)FindLastIndex(Integer, Predicate(Of DHCPOptionValue))FindLastIndex(int, Predicate<DHCPOptionValue^>^) Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the List that extends from the first element to the specified index. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
FindLastIndex(int, int, Predicate<DHCPOptionValue>)FindLastIndex(Integer, Integer, Predicate(Of DHCPOptionValue))FindLastIndex(int, int, Predicate<DHCPOptionValue^>^) Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the List that contains the specified number of elements and ends at the specified index. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
ForEach(Action<DHCPOptionValue>)ForEach(Action(Of DHCPOptionValue))ForEach(Action<DHCPOptionValue^>^) Performs the specified action on each element of the List. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
GetEnumerator()GetEnumerator()GetEnumerator() Returns an enumerator that iterates through the List. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
GetHashCode()GetHashCode()GetHashCode() Serves as a hash function for a particular type. (Inherited from ObjectObjectObject.)
GetRange(int, int)GetRange(Integer, Integer)GetRange(int, int) Creates a shallow copy of a range of elements in the source List. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
GetType()GetType()GetType() Gets the Type of the current instance. (Inherited from ObjectObjectObject.)
IndexOf(DHCPOptionValue)IndexOf(DHCPOptionValue)IndexOf(DHCPOptionValue^) Searches for the specified object and returns the zero-based index of the first occurrence within the entire List. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
IndexOf(DHCPOptionValue, int)IndexOf(DHCPOptionValue, Integer)IndexOf(DHCPOptionValue^, int) Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the List that extends from the specified index to the last element. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
IndexOf(DHCPOptionValue, int, int)IndexOf(DHCPOptionValue, Integer, Integer)IndexOf(DHCPOptionValue^, int, int) Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the List that starts at the specified index and contains the specified number of elements. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
Insert(int, DHCPOptionValue)Insert(Integer, DHCPOptionValue)Insert(int, DHCPOptionValue^) Inserts an element into the List at the specified index. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
InsertRange(int, IEnumerable<DHCPOptionValue>)InsertRange(Integer, IEnumerable(Of DHCPOptionValue))InsertRange(int, IEnumerable<DHCPOptionValue^>^) Inserts the elements of a collection into the List at the specified index. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
LastIndexOf(DHCPOptionValue)LastIndexOf(DHCPOptionValue)LastIndexOf(DHCPOptionValue^) Searches for the specified object and returns the zero-based index of the last occurrence within the entire List. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
LastIndexOf(DHCPOptionValue, int)LastIndexOf(DHCPOptionValue, Integer)LastIndexOf(DHCPOptionValue^, int) Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the List that extends from the first element to the specified index. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
LastIndexOf(DHCPOptionValue, int, int)LastIndexOf(DHCPOptionValue, Integer, Integer)LastIndexOf(DHCPOptionValue^, int, int) Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the List that contains the specified number of elements and ends at the specified index. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
MemberwiseClone()MemberwiseClone()MemberwiseClone() Creates a shallow copy of the current Object. (Inherited from ObjectObjectObject.)
Remove(DHCPOptionValue)Remove(DHCPOptionValue)Remove(DHCPOptionValue^) Removes the first occurrence of a specific object from the List. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
RemoveAll(Predicate<DHCPOptionValue>)RemoveAll(Predicate(Of DHCPOptionValue))RemoveAll(Predicate<DHCPOptionValue^>^) Removes the all the elements that match the conditions defined by the specified predicate. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
RemoveAt(int)RemoveAt(Integer)RemoveAt(int) Removes the element at the specified index of the List. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
RemoveRange(int, int)RemoveRange(Integer, Integer)RemoveRange(int, int) Removes a range of elements from the List. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
ReplaceInheritedOption(DHCPOptionValue)ReplaceInheritedOption(DHCPOptionValue)ReplaceInheritedOption(DHCPOptionValue^) Detects if a matching option is located within the collection and replaces it with the provided source option. This is used to ensure that options configured at the scope and reservation level superceed those at lower levels.
Reverse()Reverse()Reverse() Reverses the order of the elements in the entire List. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
Reverse(int, int)Reverse(Integer, Integer)Reverse(int, int) Reverses the order of the elements in the specified range. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
Sort()Sort()Sort() Sorts the elements in the entire List using the default comparer. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
Sort(Comparison<DHCPOptionValue>)Sort(Comparison(Of DHCPOptionValue))Sort(Comparison<DHCPOptionValue^>^) Sorts the elements in the entire List using the specified Comparison. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
Sort(IComparer<DHCPOptionValue>)Sort(IComparer(Of DHCPOptionValue))Sort(IComparer<DHCPOptionValue^>^) Sorts the elements in the entire List using the specified comparer. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
Sort(int, int, IComparer<DHCPOptionValue>)Sort(Integer, Integer, IComparer(Of DHCPOptionValue))Sort(int, int, IComparer<DHCPOptionValue^>^) Sorts the elements in a range of elements in List using the specified comparer. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
ToArray()ToArray()ToArray() Copies the elements of the List to a new array. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
ToString()ToString()ToString() Returns the DHCP option values in a human readable form (Overrides Object.ToString()Object.ToString()Object::ToString().)
TrimExcess()TrimExcess()TrimExcess() Sets the capacity to the actual number of elements in the List, if that number is less than a threshold value. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
TrueForAll(Predicate<DHCPOptionValue>)TrueForAll(Predicate(Of DHCPOptionValue))TrueForAll(Predicate<DHCPOptionValue^>^) Determines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from List<DHCPOptionValue>List(Of DHCPOptionValue)List<DHCPOptionValue^>.)
Top

See Also

CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP Namespace